DNS Lookup
Query A, AAAA, CNAME, MX, TXT, NS, and SOA records for any domain
DNS record lookup
Query a domain's DNS records โ A, AAAA, CNAME, MX, TXT, NS, and SOA โ using Google's DNS-over-HTTPS resolver. The domain you enter is sent to Google's public resolver to fetch the records. Great for debugging email, verifying propagation, or checking hosting.
FAQ
Which resolver is used?
Google Public DNS over HTTPS (dns.google). Results reflect what that resolver currently sees, so recent changes may take time to appear elsewhere.
What are the record types for?
A/AAAA map a name to an IP, CNAME is an alias, MX routes email, TXT holds verification/SPF data, NS lists nameservers, and SOA is the zone's authority record.
Why do I see no records?
The domain may not have that record type, or the name may not exist. Try an A record first to confirm the domain resolves.