Hi,
I am checking that DNS has been configured correctly for a domain I do not have access to. I am using dig.
dig <domain.tld> +any returns:
1)TXT
2)NS
3)SOA
4)A
5)MX
But not CNAME records.
I can get a CNAME record for www if I specify the CNAME by doing dig -t CNAME www.<domain.tld>
What I would like to do is have all DNS records listed, no matter their type.
Any help is much appreciated.
Thanks!!
Keith