DNS records for wp.com
A records
[
{
"type": "A",
"value": "192.0.78.25"
},
{
"type": "A",
"value": "192.0.78.24"
}
]MX records
[
{
"type": "MX",
"exchange": "mx1.dfw.wordpress.com",
"priority": 0
},
{
"type": "MX",
"exchange": "mx1.bur.wordpress.com",
"priority": 0
}
]NS records
[
{
"type": "NS",
"value": "ns1.automattic.com"
},
{
"type": "NS",
"value": "ns3.automattic.com"
},
{
"type": "NS",
"value": "ns2.automattic.com"
}
]TXT records
[
{
"type": "TXT",
"entries": [
"v=spf1 include:_spf.automattic.com -all"
]
}
]SOA records
[
{
"type": "SOA",
"nsname": "ns1.automattic.com",
"hostmaster": "hostmaster.automattic.com",
"serial": 2023013000,
"refresh": 28800,
"retry": 7200,
"expire": 604800,
"minttl": 86400
}
]CAA records
[
{
"type": "CAA",
"critical": 0,
"tag": "issue",
"value": "letsencrypt.org;validationmethods=dns-01;accounturi=https://acme-v02.api.letsencrypt.org/acme/acct/36334489"
}
]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 wp.com.
Related tools: DNS Lookup · SPF Checker · DMARC Lookup