日本語

Look up DNS records

The request goes from your browser directly to Cloudflare or Google over DNS-over-HTTPS. Nothing passes through this site — which is why this page can be honest about the one query it does make.

Loading the tool…

How it works

  1. Enter a domain name.
  2. Pick a record type, or leave it on the common set.
  3. Tick “compare” to query both resolvers — a disagreement usually means a change is still propagating.

Why nothing is uploaded

Every operation on this page is done by code running inside your browser tab, using the same engine that renders web pages. The file is read from disk into your tab’s memory, transformed there, and written back out as a download. It is never sent anywhere — not to us, not to a third party.

Verify it yourself

  1. Open your browser’s developer tools (F12) and select the Network tab.
  2. Load your file and run the tool.
  3. The only requests you will see are the tool’s own code and, once cached, none at all.

Proof it stays local →

Frequently asked questions

Why does comparing two resolvers matter?

After a DNS change, different resolvers hold different cached answers until the old TTL runs out. Seeing Cloudflare and Google disagree tells you the change is real and still spreading; seeing them agree tells you it has landed.

Why is a normal DNS tool different from the rest of this site?

Because a DNS lookup is a network question — there is no local answer to give. What can be avoided is the middleman: most lookup sites query from their server, so they log every domain you check. Here the query is yours, made by your browser, and we never see it.

Is the query encrypted?

Yes, it is DNS-over-HTTPS, so the network between you and the resolver cannot read it — unlike ordinary DNS, which is plain text. The resolver itself still sees the name, as it must in order to answer.