DNS Record Lookup Tool
Fetch DNS records for a domain in one go.
Supports A / AAAA / MX / NS / TXT / CNAME / SOA, and accepts URLs and Punycode (IDN) as input.
Domain (FQDN / URL)
- Safe
- The results are not stored or published anywhere.
Notes
DNS record types supported by this tool.
| A | DNS record that maps a hostname (domain) to an IPv4 address |
|---|---|
| AAAA | DNS record that maps a hostname to an IPv6 address |
| MX | DNS record that specifies mail exchange servers and priority |
| NS | DNS record that specifies authoritative name servers |
| TXT | DNS record that stores arbitrary text for a hostname |
| CNAME | DNS record that creates an alias of a hostname (domain) |
| SOA | DNS record that contains zone administration information |