I recently bought a domain name from a registrar, and I rerouted the nameserver records to my hosting provider's nameservers, where all my DNS records are.
By default, my hosting server's DNS records have NS
entries that point back to itself, i.e.
NS -> ns1.example.com
NS -> ns2.example.com
NS -> ns3.example.com
These are the same records that I use on my registrar to point to my hosting server's nameservers. Is it safe to remove these records, and leave only the relevant A
, CNAME
, MX
, etc. records that I need?