DNS records for example.com
A records
[
{
"type": "A",
"value": "172.66.147.243"
},
{
"type": "A",
"value": "104.20.23.154"
}
]AAAA records
[
{
"type": "AAAA",
"value": "2606:4700:10::ac42:93f3"
},
{
"type": "AAAA",
"value": "2606:4700:10::6814:179a"
}
]MX records
[
{
"type": "MX",
"exchange": "",
"priority": 0
}
]NS records
[
{
"type": "NS",
"value": "hera.ns.cloudflare.com"
},
{
"type": "NS",
"value": "elliott.ns.cloudflare.com"
}
]TXT records
[
{
"type": "TXT",
"entries": [
"_k2n1y4vw3qtb4skdx9e7dxt97qrmmq9"
]
},
{
"type": "TXT",
"entries": [
"v=spf1 -all"
]
}
]SOA records
[
{
"type": "SOA",
"nsname": "elliott.ns.cloudflare.com",
"hostmaster": "dns.cloudflare.com",
"serial": 2403488901,
"refresh": 10000,
"retry": 2400,
"expire": 604800,
"minttl": 1800
}
]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 example.com.
Related tools: DNS Lookup · SPF Checker · DMARC Lookup