DNS records for my.com
Findings
- [ERROR] No A or AAAA records were returned. Visitors will not be able to reach a web service at this domain unless one of those is added.
MX records
[
{
"type": "MX",
"exchange": "mxs.mail.ru",
"priority": 10
}
]NS records
[
{
"type": "NS",
"value": "ns2.my.com"
},
{
"type": "NS",
"value": "ns1.my.com"
}
]TXT records
[
{
"type": "TXT",
"entries": [
"OSSRH-64681"
]
},
{
"type": "TXT",
"entries": [
"v=spf1 ip4:185.30.176.0/23 ip4:195.211.22.0/24 i",
"nclude:mlrmr.com include:_spf.mail.ru ~all"
]
},
{
"type": "TXT",
"entries": [
"HARICA-B41kDE9z6AX6CFdRRlY"
]
},
{
"type": "TXT",
"entries": [
"HARICA-MeXPaeVdJMpYE8jE6ZC"
]
},
{
"type": "TXT",
"entries": [
"google-site-verification=lvfrpZMZ8GHXEonKdgdOubEmpzXITbhgKyWwbroEeTg"
]
},
{
"type": "TXT",
"entries": [
"google-site-verification=49GBAnIawfAdugGsrQ4O80tmX_WDr6POvb75XTsahtU"
]
},
{
"type": "TXT",
"entries": [
"google-site-verification=IZvuBMGT2r5okkideNsuroLBIptNd-AXfxc4qJrgxVY"
]
},
{
"type": "TXT",
"entries": [
"289134425-7447201"
]
},
{
"type": "TXT",
"entries": [
"_globalsign-domain-verification=82WMKkFVTO4ENPlHGfxhczQrjMqUuaMvoOPFgoSxZf"
]
},
{
"type": "TXT",
"entries": [
"google-site-verification=gC5kIF9lVUqBAHfw6mbKRn8NQ6tMjnQ_6jfahupn_dM"
]
}
]SOA records
[
{
"type": "SOA",
"nsname": "ns.my.com",
"hostmaster": "hostmaster.my.com",
"serial": 3568220890,
"refresh": 60,
"retry": 900,
"expire": 604800,
"minttl": 60
}
]CAA records
[
{
"type": "CAA",
"critical": 0,
"tag": "issue",
"value": "globalsign.com"
},
{
"type": "CAA",
"critical": 0,
"tag": "issue",
"value": "harica.gr"
},
{
"type": "CAA",
"critical": 0,
"tag": "issue",
"value": "geotrust.com"
}
]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 my.com.
Related tools: DNS Lookup · SPF Checker · DMARC Lookup