- Add
http-status
TXT record option to set HTTP status code. Contributed by @dzegarra - Improve lock mechanism when a website is verificating certs.
- Fix global service lock when a website is verificating certs.
- Update code deps, refactor imports to ESM.
- Add stat API
s.forwarddomain.net
, separate node script.
- 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)
- Added
AAAA
record inr.forwarddomain.net
for IPv6 support. (see #2 for apex domains setup)
- Dropped
forward-domain-cert-maintainer=
record (as of LE explanation the provider 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
to167.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 record.
- First release