// query A, AAAA, MX, TXT, NS, CNAME & SOA records for any domain
| Name | Type | TTL | Data |
|---|
It queries Google's public DNS-over-HTTPS resolver (dns.google/resolve) directly from your browser and shows every DNS record of the selected type for the domain you enter — the same kind of answer your computer gets when it resolves that domain, but visible and inspectable.
Most "site is down" or "email isn't arriving" problems trace back to DNS. If a domain's A record points at the wrong IP, visitors hit nothing. If MX records are missing or misconfigured, inbound mail silently bounces or gets rejected. If a TXT record for SPF/DKIM/DMARC is wrong, outbound mail gets flagged as spam even though the mail server itself works fine.
DNS changes also don't take effect everywhere instantly — each record has a TTL (time-to-live) in seconds, and resolvers cache answers until that TTL expires. A DNS lookup tool run from a resolver you don't control (like this one, via Google's public DNS) is a quick way to check what's actually propagated, independent of your own machine's local DNS cache.
dns.google/resolve — the same infrastructure behind Google's 8.8.8.8 public resolver, queried securely over HTTPS instead of plain UDP.