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.

Partly propagated5/18

5 of 18 resolvers give the same answer. 13 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 ns1.google.com
192.179.26.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 alt2.gmail-smtp-in.l.google.com
resolveranswerttltime
≠
Cloudflareanycast
192.179.26.27
15s4 ms
✓
Googleanycast
192.179.26.26
300s13 ms
≠
OpenDNS (Cisco)anycast
172.217.78.27
300s13 ms
≠
NextDNSanycast
192.179.26.27
300s16 ms
≠
AdGuard DNSanycast
172.253.147.26
300s954 ms
✓
Control DCanada
192.179.26.26
300s865 ms
≠
Wikimedia DNSUnited States
192.179.26.27
300s864 ms
✓
DNS.SBGermany
192.179.26.26
300s567 ms
≠
dnsforge.deGermany
173.194.41.27
168s1115 ms
≠
Freifunk MünchenGermany
172.253.152.27
300s997 ms
≠
LibreDNSGreece
172.253.152.27
300s571 ms
≠
Comss.oneRussia
173.194.41.26
3090s612 ms
≠
AliDNSChina
192.179.26.27
195s883 ms
✓
DNSPod (Tencent)China
192.179.26.26
300s1104 ms
≠
360 Secure DNSChina
172.217.78.26
600s1023 ms
≠
IIJ Public DNSJapan
192.178.231.26
300s867 ms
✓
BebasIDIndonesia
192.179.26.26
300s516 ms
≠
TiarapIndonesia
192.179.26.27
262s62 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.