Update CHANGES.md
This commit is contained in:
parent
a76e89f0dc
commit
3415545176
1 changed files with 6 additions and 1 deletions
|
|
@ -1,12 +1,17 @@
|
||||||
# CHANGES
|
# CHANGES
|
||||||
|
|
||||||
|
## v2.2 (2022-06-16)
|
||||||
|
|
||||||
|
+ Moving all parameters to `.env` file
|
||||||
|
+ Add a domain blacklist mechanism (we received a report that this service is used for phising activity, for the first time)
|
||||||
|
|
||||||
## v2.1 (2022-01-03)
|
## v2.1 (2022-01-03)
|
||||||
|
|
||||||
+ Added `AAAA` record in `r.forwarddomain.net` for IPv6 support. (see [#2](https://github.com/willnode/forward-domain/issues/2#issuecomment-1003831835) for apex domains setup)
|
+ Added `AAAA` record in `r.forwarddomain.net` for IPv6 support. (see [#2](https://github.com/willnode/forward-domain/issues/2#issuecomment-1003831835) for apex domains setup)
|
||||||
|
|
||||||
## v2.0 (2021-09-21)
|
## v2.0 (2021-09-21)
|
||||||
|
|
||||||
+ Dropped `forward-domain-cert-maintainer=` record (as of [LE explanation](https://letsencrypt.org/docs/integration-guide/#who-is-the-subscriber) the provided is the bearer).
|
+ Dropped `forward-domain-cert-maintainer=` record (as of [LE explanation](https://letsencrypt.org/docs/integration-guide/#who-is-the-subscriber) the provider is the bearer).
|
||||||
+ The software is now keeping LE's account keypair instead of generating new one every restart.
|
+ The software is now keeping LE's account keypair instead of generating new one every restart.
|
||||||
+ Changed IPv4 from `206.189.61.89` to `167.172.5.31` (we use DO's floating IP address now)
|
+ Changed IPv4 from `206.189.61.89` to `167.172.5.31` (we use DO's floating IP address now)
|
||||||
+ Changed TXT location to subdomain `_` (because TXT can't be put together with CNAME)
|
+ Changed TXT location to subdomain `_` (because TXT can't be put together with CNAME)
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue