NSToolKit
NSToolKit
free network tools

DNS records for eu.com

A records

[
  {
    "type": "A",
    "value": "54.153.56.183"
  }
]

MX records

[
  {
    "type": "MX",
    "exchange": "mx-01.emailme.com",
    "priority": 0
  }
]

NS records

[
  {
    "type": "NS",
    "value": "ns2.centralnic.net"
  },
  {
    "type": "NS",
    "value": "ns4.centralnic.net"
  },
  {
    "type": "NS",
    "value": "ns1.centralnic.net"
  },
  {
    "type": "NS",
    "value": "ns3.centralnic.net"
  }
]

TXT records

[
  {
    "type": "TXT",
    "entries": [
      "v=spf1 mx -all"
    ]
  }
]

SOA records

[
  {
    "type": "SOA",
    "nsname": "ns0.centralnic.net",
    "hostmaster": "hostmaster.centralnic.net",
    "serial": 3000650326,
    "refresh": 900,
    "retry": 1800,
    "expire": 6048000,
    "minttl": 3600
  }
]

What does this mean?

These records are pulled live from authoritative DNS at request time and re-validated daily. Use them to debug routing, deliverability, and TLS issues for eu.com.

Related tools: DNS Lookup · SPF Checker · DMARC Lookup