IPv6-ish support

This commit is contained in:
Wildan M 2022-01-03 09:30:27 +07:00
commit fae7100caa
2 changed files with 17 additions and 3 deletions

View file

@ -1,4 +1,10 @@
# v2.0 (2021-09-21) # CHANGES
## 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)
## 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 provided 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.
@ -6,6 +12,6 @@
+ 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)
+ Dropped IPv6 record. + Dropped IPv6 record.
# v1.0 (2021-08-23) ## v1.0 (2021-08-23)
+ First release + First release

View file

@ -47,7 +47,7 @@ _.old.com IN TXT forward-domain=https://new.net/*
### Is it really free? ### Is it really free?
Forwarding domains should be easy to setup.<br> Forwarding domains should be easy to setup.<br>
I use this internally for [domcloud.io](https://domcloud.io).<br> I use this myself for [domcloud.io](https://domcloud.io).<br>
### How can I check redirects will work? ### How can I check redirects will work?
@ -59,6 +59,14 @@ For right now there's no way to flush the cache sorry.
It only slow at first time because it has to sign HTTPS certificates. It only slow at first time because it has to sign HTTPS certificates.
## How about IPv6?
IPv6 record is added in `r.forwarddomain.net` so subdomain redirects will simply work with IPv6. We don't guarantee that its IPv6 address will be persistent though. See [#2](https://github.com/willnode/forward-domain/issues/2#issuecomment-1003831835) for apex domains setup.
## What records do we keep?
We only keep caches of DNS records and SSL certs. This also means we can see how much users and what domains are using our service from the software cache, but that's all. We don't keeping log traffic nor keeping any user data anywhere in our server.
### How can I support this service? ### How can I support this service?
Star our repo and spread the word, please :) Star our repo and spread the word, please :)