Question
Adding common misspellings as CNAME Record
How do I add common misspellings of my domain as CNAME records using DO’s DNS?
When adding a CNAME with DO it only asks for the name and appending .mydomain to the end.
So I end up with:
mydomain.com 1800 IN A a.b.c.d
misspelling.mydomain.com 1800 IN CNAME mydomain.com
When I need:
misspelling.com 1800 IN CNAME mydomain.com
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Waait. Do you own every single first level “misspelled” domain name?
If yes, add them to your DNS panel and point them with a
CNAME
record to the correct domain name.Thanks, I didnt think to add the othet domains with their own zone files.