DNS records for pushy.io
Findings
- [WARN] This domain accepts mail (MX present) but publishes no SPF record. Receivers will be more likely to mark outbound mail as spam or reject it.
A records
[
{
"type": "A",
"value": "52.1.140.127"
},
{
"type": "A",
"value": "52.201.1.19"
},
{
"type": "A",
"value": "18.213.186.22"
}
]MX records
[
{
"type": "MX",
"exchange": "mxb.mailgun.org",
"priority": 10
},
{
"type": "MX",
"exchange": "mxa.mailgun.org",
"priority": 10
}
]NS records
[
{
"type": "NS",
"value": "ns3.pushy.me"
},
{
"type": "NS",
"value": "ns1.pushy.me"
},
{
"type": "NS",
"value": "ns2.pushy.me"
},
{
"type": "NS",
"value": "ns4.pushy.me"
}
]SOA records
[
{
"type": "SOA",
"nsname": "ns1.pushy.me",
"hostmaster": "admin.pushy.me",
"serial": 1,
"refresh": 7200,
"retry": 900,
"expire": 1209600,
"minttl": 86400
}
]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 pushy.io.
Related tools: DNS Lookup · SPF Checker · DMARC Lookup