DNS records for libp2p.direct
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": "",
"priority": 0
}
]NS records
[
{
"type": "NS",
"value": "ovh2.libp2p.direct"
},
{
"type": "NS",
"value": "ovh1.libp2p.direct"
},
{
"type": "NS",
"value": "aws1.libp2p.direct"
},
{
"type": "NS",
"value": "aws2.libp2p.direct"
}
]TXT records
[
{
"type": "TXT",
"entries": [
"v=spf1 -all"
]
}
]SOA records
[
{
"type": "SOA",
"nsname": "aws1.libp2p.direct",
"hostmaster": "domains.ipshipyard.com",
"serial": 2026032701,
"refresh": 86400,
"retry": 2400,
"expire": 604800,
"minttl": 86400
}
]CAA records
[
{
"type": "CAA",
"critical": 0,
"tag": "issue",
"value": "letsencrypt.org"
}
]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 libp2p.direct.
Related tools: DNS Lookup · SPF Checker · DMARC Lookup