Skip to main content
Toollyz

Search tools

Search for a command to run...

DNS Lookup Tool

Look up DNS records for any domain — A, AAAA, CNAME, MX, TXT, NS, SOA and CAA — directly from your browser via DNS-over-HTTPS. Free and private.

What is the DNS Lookup Tool?

A DNS Lookup Tool resolves the records that map a domain to IP addresses, mail servers, name servers and configuration metadata. Toollyz DNS Lookup uses DNS-over-HTTPS (DoH) directly from your browser against Cloudflare's public 1.1.1.1 resolver, so there's no Toollyz server in the path. Pick which record types you want — A and AAAA for IPv4/IPv6 addresses, CNAME for aliases, MX for mail, TXT for SPF/DKIM/verification, NS for name servers, SOA for zone metadata and CAA for certificate authority authorization — and each is queried in parallel. Results show every record with its data and TTL, plus a clear NXDOMAIN state when a record doesn't exist. Because DoH bypasses your system resolver, results reflect the authoritative zone via Cloudflare and may differ slightly from your local DNS, which is useful for debugging caching and propagation issues.

How to use it

  1. Type a domain (no http:// needed) and pick the record types you want.
  2. Click Lookup — every type is queried in parallel from your browser.
  3. Read each record's data and TTL. NXDOMAIN means that record doesn't exist.
  4. Try one of the suggested popular domains, or copy the results in dig-style format.

Benefits

  • All the common record types: A, AAAA, CNAME, MX, TXT, NS, SOA and CAA.
  • Parallel queries for every selected type — fast even for big lookups.
  • Clean per-record display with TTL and a clear NXDOMAIN state when missing.
  • Bypasses your system DNS via DNS-over-HTTPS, useful for caching/propagation checks.
  • Domain normalization — paste a URL and it strips the protocol/path for you.
  • Popular-domain shortcuts to compare zones quickly.
  • Copy the results in a dig-style text format for tickets or notes.
  • 100% private — requests go directly to Cloudflare's 1.1.1.1 from your browser.

Frequently asked questions

What is DNS?

DNS (Domain Name System) maps human-readable domains like toollyz.com to the IP addresses servers use to talk to each other. Different record types carry different mappings — addresses (A/AAAA), mail (MX), text (TXT) and more.

What does this tool query?

It queries Cloudflare's public DNS-over-HTTPS (DoH) API at cloudflare-dns.com for whichever record types you've selected. Each type is fetched in parallel and the results are normalized into a common table.

Why use DNS-over-HTTPS from the browser?

A browser can't talk to your system DNS resolver directly, so DoH is the standard way to do DNS in the browser. It also makes results consistent: you see what Cloudflare's authoritative-side resolver returns, regardless of any DNS caching on your machine or network.

Why might my results differ from “nslookup” or “dig”?

Your system tools use whatever resolver your OS is configured for (often your ISP or router), which can return cached or filtered results. This tool always goes through Cloudflare 1.1.1.1 via DoH, which is closer to the authoritative answer.

What does NXDOMAIN mean?

NXDOMAIN is the DNS code for “this name does not exist” — at least for the record type you asked about. It's normal for some types (a domain may have A records but no MX, for example).

What is a TTL?

Time-to-live: how long a resolver should cache the record (in seconds). Lower TTL means changes propagate faster but more frequent lookups; higher TTL is the opposite.

Why are TXT records sometimes split with quotes?

Long TXT records are returned as multiple quoted strings concatenated. The tool unquotes and joins them so you see the actual value used by mail filters and verification tools.

Can I look up reverse DNS (PTR)?

Not yet — this tool focuses on the most common forward-zone record types (A, AAAA, CNAME, MX, TXT, NS, SOA, CAA). Reverse DNS uses a different lookup format that's a separate feature.

Is my domain or query sent to Toollyz?

No. Toollyz has no server — the DoH request goes directly from your browser to Cloudflare. Your last domain and selected types are saved only in your browser's local storage.

Is this DNS lookup tool free?

Completely free with no signup and no limits. Looking up records is available to everyone, privately in your browser.