What is a DNS Lookup?
A DNS lookup asks a public nameserver to translate a domain like
example.com into the technical records that make email, websites and apps work.
This toolkit queries Google Public DNS
over HTTPS, so every lookup is fast, global, and authoritative.
Supported DNS record types
• MX record lookup — tells you which mail servers accept email for a domain.
• A record lookup — maps a domain to an IPv4 address.
• AAAA record lookup — maps a domain to an IPv6 address.
• CNAME lookup — shows canonical / alias routing for a hostname.
• TXT record lookup — the catch-all record used for site verification, DMARC, DKIM, SPF and more.
• NS lookup — reveals the authoritative nameservers for a domain.
• SRV record lookup — used for SIP, XMPP, Microsoft 365 Autodiscover and service discovery.
• SOA record lookup — start-of-authority record, useful for checking zone serial and refresh times.
• SPF record lookup — filters the TXT records for the v=spf1 record that protects your email from spoofing.
• Reverse IP lookup — PTR query that turns an IP back into a hostname.
When you'd use it
Verifying MX records after moving to Google Workspace or Zoho Mail, confirming an A record change has propagated, debugging SPF / DMARC deliverability issues, or just checking which nameservers a domain is using. Jump straight to the DNS lookup tool above.