Update README.md

This commit is contained in:
Wildan M 2021-08-22 18:40:00 +07:00 committed by GitHub
commit 725586a274
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,9 +26,9 @@ How it is possible?
To forward from `www.old.com` to `old.com`, add these records to your DNS: To forward from `www.old.com` to `old.com`, add these records to your DNS:
``` ```
old.com IN CNAME r.forwarddomain.net www.old.com IN CNAME r.forwarddomain.net
old.com IN TXT forward-domain=https://new.net/* www.old.com IN TXT forward-domain=https://old.com/*
old.com IN TXT forward-domain-cert-maintainer=<your email address> www.old.com IN TXT forward-domain-cert-maintainer=<your email address>
``` ```
> IMPORTANT: replace `<your email address>` with your email address! > IMPORTANT: replace `<your email address>` with your email address!