All DNS records, one query
Enter a domain. We query Cloudflare's encrypted-DNS edge for A, AAAA, CNAME, MX, NS, TXT, SOA, and CAA records in parallel and show them grouped by type. Same lookup as dig +nocmd +noall +answer, but readable.
In one line: MyIPSpeed DNS Lookup queries all DNS record types (A, AAAA, CNAME, MX, TXT, NS, SOA, SRV, CAA, DNSKEY) for any domain via DNS-over-HTTPS in under 1 second, with results from Cloudflare 1.1.1.1, Google 8.8.8.8, Quad9 9.9.9.9, and NextDNS.
About DNS lookups
The Domain Name System (DNS) is the distributed database that maps human-readable names like example.com to IP addresses, mail servers, certificate-authority authorisations, and dozens of other record types. This tool queries every common record type for any domain in under a second.
Record types we query
A (IPv4 address), AAAA (IPv6 address), CNAME (alias), MX (mail exchanger), TXT (free-form text, often SPF, DKIM, DMARC), NS (name servers), SOA (zone authority), SRV (service location), CAA (which CAs may issue certs), DNSKEY (DNSSEC public keys). We run all queries in parallel and display whatever returns.
How we query — DNS over HTTPS
Queries are sent over DNS-over-HTTPS to four major resolvers: Cloudflare 1.1.1.1, Google 8.8.8.8, Quad9 9.9.9.9, and NextDNS. We compare the responses to detect inconsistencies (split-horizon DNS, propagation delays, configuration mistakes).
Why use DoH instead of plain DNS
DoH encrypts the query and response, so your ISP and Wi-Fi network can no longer see what domains you look up. It also prevents on-path tampering. The trade-off is centralization — you trust one provider rather than your local resolver. See our DoH explainer for the full discussion.
Related tools
DNS leak test to verify your browser is actually using DoH and not falling back to ISP DNS. WHOIS lookup for ownership rather than DNS records. SSL Checker for the cert that the A record points to.