6

when i check my domain for spam

in https://toolbox.googleapps.com/apps/checkmx/check?domain=mydomain.com

i am getting error

All name servers should resolve to IP addresses. Name servers that don't resolve reliably greatly reduce your domain's robustness. Only one NS IP

how to solve this?

EDIT:

if i am changing name server

ns1.****.com to an ip address will it solve my problem?

1 Answers1

4

Basically they're asking you to add an A record for your NS domain. That means, that if you have ns1.domain.com which is your NS record, it should also have at least an A record with an IP address. You can also add an AAAA (IPv6) address if you have one, as it's used by systems that already handle IPv6.

nKn
  • 5,832