Update CHANGES.md

This commit is contained in:
Wildan M 2021-09-21 19:28:51 +07:00 committed by GitHub
commit a7b7dd06fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,10 @@
# v2.0 (2021-09-21)
+ Dropped `forward-domain-cert-maintainer=` record.
+ Changed IPv4 from `206.189.61.89` to `167.172.5.31`
+ 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).
+ 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 TXT location to subdomain `_` (because TXT can't be put together with CNAME)
+ Dropped IPv6 for now (internally we use DO's floating IP address so we hope this won't force me to change IP addresses).
+ Dropped IPv6 record.
# v1.0 (2021-08-23)