2

Anyone know of a way of viewing DNS records that show CNAME entries. Usually they get followed and omitted, which can be a problem when changing Nameservers and you don’t have domain control on the original server.

Comments
  • 2
    You can use dig, by explicitly asking it for a CNAME record.

    dig -t CNAME +short <domain>
  • 0
    @CoreFusionX Still not returningCNAME. tried this which supposedly returns everything but doesn’t

    dig example.com ANY +nocmd +nocomments
  • 1
    @helloworld are you sure the CNAME is already set up and you're not in some kind of TTL interval?
Add Comment