I am not a DNS expert, but I know just enough to break things :)
This is the entire list of entries in my DNS zone:
NOTE: names have been mangled wherever necessary, but the general gist is preserved.
Record name |
Type |
Value |
TTL |
example.com |
MX |
1 ASPMX.L.GOOGLE.COM |
3600 |
|
|
5 ALT1.ASPMX.L.GOOGLE.COM |
|
|
|
5 ALT2.ASPMX.L.GOOGLE.COM |
|
|
|
10 ALT3.ASPMX.L.GOOGLE.COM |
|
|
|
10 ALT4.ASPMX.L.GOOGLE.COM |
|
|
|
15 ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ABCDEFGHIJKLMNOP.MX-VERIFICATION.GOOGLE.COM |
|
example.com |
NS |
ns-1234.awsdns-12.co.uk |
86400 |
|
|
ns-12.awsdns-23.com |
|
|
|
ns-4567.awsdns-34.org |
|
|
|
ns-345.awsdns-45.net |
|
example.com |
SOA |
ns-1234.awsdns-12.co.uk. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400 |
900 |
chat.example.com |
A |
12.123.123.1 |
300 |
www.example.com |
NS |
ns2.wixdns.net |
86400 |
|
|
ns3.widdns.net |
|
I don't fully understand this (I guessed my way here) - the result I am getting is an intermittent failure when resolving chat.example.com
, e.g:
$ nslookup -type=soa chat.example.com
Server: 127.0.0.53
Address: 127.0.0.53#53
** server can't find chat.example.com: NXDOMAIN
$ nslookup -type=soa chat.example.com
Server: 127.0.0.53
Address: 127.0.0.53#53
Non-authoritative answer:
*** Can't find chat.example.com: No answer
Authoritative answers can be found from:
example.com
origin = ns-1234.awsdns-12.co.uk
mail addr = awsdns-hostmaster.amazon.com
serial = 1
refresh = 7200
retry = 900
expire = 1209600
minimum = 86400
Another bit of info, the www.example.com
is hosted on WIX so they are responsible for resolving that address, again not sure I did that part right either, but the site is generally accessible.
What am I doing wrong?