ip
ipku.in

DNS Propagation Checker

Just changed a DNS record or moved hosting? See whether public resolvers in several countries already use the new value, compared directly with what your domain's nameserver answers.

Not propagated0/18

0 of 18 resolvers give the same answer. 18 resolvers still give a different answer, usually an old cached one. The TTL column shows how long their cache has left.

The domain's nameserver answerfrom ns2.google.com
64.233.188.26
All records of this domain →

Each resolver is asked over DNS-over-HTTPS from the ipku.in server, and the domain's nameserver is asked directly. Anycast resolvers answer from the site nearest our server.

A aspmx.l.google.com
resolveranswerttltime
≠
Cloudflareanycast
172.217.194.27
48s3 ms
≠
Googleanycast
74.125.23.26
293s4 ms
≠
OpenDNS (Cisco)anycast
173.194.174.26
293s2 ms
≠
NextDNSanycast
74.125.68.27
293s2 ms
≠
AdGuard DNSanycast
172.217.76.27
293s43 ms
≠
Control DCanada
142.250.4.27
186s2 ms
≠
Wikimedia DNSUnited States
142.251.10.26
293s4 ms
≠
DNS.SBGermany
64.233.166.27
293s3 ms
≠
dnsforge.deGermany
142.251.127.26
300s189 ms
≠
Freifunk MünchenGermany
142.251.127.27
293s203 ms
≠
LibreDNSGreece
142.251.127.26
293s188 ms
≠
Comss.oneRussia
142.251.1.26
3600s205 ms
≠
AliDNSChina
173.194.219.26
141s2 ms
≠
DNSPod (Tencent)China
142.251.12.26
293s72 ms
≠
360 Secure DNSChina
173.194.174.27
600s55 ms
≠
IIJ Public DNSJapan
172.217.221.26
274s67 ms
≠
BebasIDIndonesia
74.125.130.27
293s26 ms
≠
TiarapIndonesia
74.125.24.26
30s7 ms
01 / faq

DNS propagation, briefly.

What is DNS propagation?

▼

After a DNS record changes, resolvers around the world keep the old answer cached until its TTL runs out. Propagation is the time until every resolver uses the new value. The change itself is live on your nameserver right away; what you wait for is caches expiring.

How long does DNS propagation take?

▼

At most the TTL of the old record, usually 5 minutes to a day. A nameserver change at the registrar can take up to 48 hours, since NS records at TLD servers like .com usually have a TTL of 1 to 2 days. Lower the TTL a few hours before a move to make the switch faster.

Why do some resolvers give a different answer?

▼

Most often an old cached answer that has not expired yet. It can also be GeoDNS or load balancing (a CDN, say), which hands out different IPs per location on purpose, or a resolver that filters certain domains.

Can I use it from a terminal?

▼

Yes. curl 'ipku.in/en/tools/dns-propagation?q=example.com&type=MX' returns every resolver's answer as plain text, and /api/propagation/example.com?type=MX returns JSON.