- Users need to know if they're using a subdomain (wat.example.com) or an apex domain (example.com)
- If a subdomain (
wat.example.com
) - Create a CNAME record
- Enter the subdomain in the name field (
wat
) - Enter the target domain in the value field (
something-random.shw.io
) (sometimes this needs a trailing.
) - If an Apex domain, their DNS provider needs to support an ALIAS record type (sometimes called an A-NAME or a flattened CNAME): https://support.dnsimple.com/articles/alias-record/
- Create an ALIAS record
- Leave name blank (or maybe enter
@
depending on DNS provider) - Enter target domain in the value field (
something-random.shw.io
) (sometimes this needs a trailing.
)
- Goto Domains
- Scroll down
- Click "Add new record"
Netlify ofers the option to manage your domains' DNSs. You just need to point you domain name to their DNS servers from whichever registrar you bought your tomain from (you can also buy a domain name directly from Netlify.
They do a great job of offering an excellent and full-featured DNS service, and all of that for free!