Guide
DNS Lookup sends the domain and the record types you select to a public DNS-over-HTTPS service. The current implementation calls Google Public DNS first; when a single type request throws, it retries over Cloudflare DoH. Several record types are queried in parallel.
Updated 2026-09-102 min read
| Input | Request target | What is sent |
|---|---|---|
example.com + A |
dns.google/resolve |
name=example.com&type=A |
| The Google request fails | cloudflare-dns.com/dns-query |
The same domain and record type, with Accept: application/dns-json |
dig on my machine?The page queries the Google and Cloudflare public DoH recursive resolvers, whose caches and views need not match those of your ISP's resolver or your company's internal DNS.
The queried domain and the record types you choose are sent to Google Public DNS, and to Cloudflare when the fallback fires. Recent domains are written to local localStorage. Do not use it to probe internal namespaces you are not entitled to query, or to disclose sensitive internal host names.
Updated 2026-09-10
DNS over HTTPS lookups for 8 record types (A/AAAA/MX/NS/TXT…) with TTL
Queried over DNS over HTTPS; primary Google Public DNS, with automatic failover to Cloudflare DNS as the backup.