Add changes
This commit is contained in:
parent
d09a2d8cb5
commit
8c93f4a9d9
2 changed files with 13 additions and 3 deletions
10
CHANGES.md
Normal file
10
CHANGES.md
Normal file
|
|
@ -0,0 +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`
|
||||||
|
+ 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).
|
||||||
|
|
||||||
|
# v1.0 (2021-08-23)
|
||||||
|
|
||||||
|
+ First release
|
||||||
|
|
@ -1,4 +1,6 @@
|
||||||
# Forward Domain (Defunct, see [#1](https://github.com/willnode/forward-domain/issues/1))
|
# Forward Domain
|
||||||
|
|
||||||
|
> We're back with improvements! See [CHANGES.md](CHANGES.md)
|
||||||
|
|
||||||
This services forwards domains using 301 HTTP redirects.
|
This services forwards domains using 301 HTTP redirects.
|
||||||
|
|
||||||
|
|
@ -38,8 +40,6 @@ old.com IN A 167.172.5.31
|
||||||
_.old.com IN TXT forward-domain=https://new.net/*
|
_.old.com IN TXT forward-domain=https://new.net/*
|
||||||
```
|
```
|
||||||
|
|
||||||
> BETA service notice: IP addresses may change anytime.
|
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
### Is it really free?
|
### Is it really free?
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue