I’ve created a delegated single zone domain and corresponding zone with A, AAAA and MX and TXT records. These all seem to be working correctly. However I’ve tried adding CNAME records (for example www.mydomain.com) but I can’t resolve them. Even using
dig @ns1.dynv6.com www.mydomain.com
fails to resolve the cname. I’ve now tried with two domains and I can’t get either to work with cnames.
I’ve tried ssh and can see the following:
> hosts mydomain.com records
NAME | TYPE | PRIORITY | VALUE
-------+-------+----------+-------------------------------
@ | MX | 10 | mymailserver.com.
@ | TXT | - | v=spf1 a mx ip4:123.123.123.123
@ | CNAME | - | www
@ | AAAA | - | ::aaaa:bbbb:cccc:dddd
(obviously I’ve obfuscated real domain name and ip addresses)
Does anyone have any suggestions? Thanks