Omit email, cache keypair
This commit is contained in:
parent
2a3b44a1a1
commit
d09a2d8cb5
3 changed files with 25 additions and 29 deletions
|
|
@ -28,29 +28,20 @@ To forward from `www.old.com` to `old.com`, add these records to your DNS:
|
|||
```
|
||||
www.old.com IN CNAME r.forwarddomain.net
|
||||
_.www.old.com IN TXT forward-domain=https://old.com/*
|
||||
_.www.old.com IN TXT forward-domain-cert-maintainer=<your email address>
|
||||
```
|
||||
|
||||
> IMPORTANT: replace `<your email address>` with your email address!
|
||||
|
||||
Because CNAME can't be used in apex domains, you can use A/AAAA records.<br>
|
||||
To forward from `old.com` to `new.net`, add these records to your DNS:
|
||||
|
||||
```
|
||||
old.com IN A 167.172.5.31
|
||||
_.old.com IN TXT forward-domain=https://new.net/*
|
||||
_.old.com IN TXT forward-domain-cert-maintainer=<your email address>
|
||||
```
|
||||
|
||||
> BETA service notice: IP addresses may change anytime.
|
||||
|
||||
## FAQ
|
||||
|
||||
### Why email address?
|
||||
|
||||
This is required in order to sign HTTPS certificates.<br>
|
||||
You can omit it but HTTPS redirects will not work.
|
||||
|
||||
### Is it really free?
|
||||
|
||||
Forwarding domains should be easy to setup.<br>
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue