Skip to content

JA Technology Solutions

DNS Propagation Check

Query Cloudflare, Google, OpenDNS, and NextDNS in parallel and flag any resolver whose answer differs from the majority.

DNS Propagation Check

After updating a DNS record, you want to know whether the change is live everywhere. This tool queries four public DNS-over-HTTPS resolvers — Cloudflare, Google, OpenDNS, and NextDNS — in parallel, then compares their answers and flags any resolver that disagrees with the majority. Useful for confirming a cutover, watching a record roll out during a migration, or diagnosing why users on some networks still see the old value.
Learn more ↓

Loading interactive explorer...

What "Propagation" Actually Means

DNS doesn't really "propagate" in the usual sense — nothing is pushed to other resolvers. What actually happens is that recursive resolvers around the internet hold cached copies of your old record until their TTL expires, at which point they query your authoritative nameservers again and pick up the new value. If you set a TTL of 3600 seconds, it can take up to an hour for every resolver to catch up; if you set a TTL of 60 seconds before a cutover, most resolvers will catch up within a minute. This tool checks four well-distributed public resolvers at once so you can see the rollout in near-real time.

Why Four Different Resolvers

Each resolver has its own cache, its own topology, and its own upstream behavior. Cloudflare (1.1.1.1) and Google (8.8.8.8) are the two biggest public resolvers and serve most consumer traffic. OpenDNS (Cisco) and NextDNS are widely used in managed filtering deployments. If all four agree, you can be confident the change is live for most of the internet. If one disagrees, you can see which and how.

Planning a Cutover

The safe cutover pattern is: lower the TTL to 60 seconds at least a full old-TTL before the change, make the switch, watch this page until all resolvers show the new value, then raise the TTL back to a normal value. I help clients plan zero-downtime DNS cutovers, nameserver migrations, and mail platform moves. See migration services or get in touch.

All tools run entirely in your browser. Your data never leaves your machine. Need help? Ask James.