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 ns1.google.com
74.125.130.1774.125.130.1874.125.130.1974.125.130.83
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 gmail.com
resolveranswerttltime
≠
Cloudflareanycast
74.125.68.1774.125.68.1874.125.68.1974.125.68.83
122s3 ms
≠
Googleanycast
74.125.204.1774.125.204.1874.125.204.1974.125.204.83
300s5 ms
≠
OpenDNS (Cisco)anycast
74.125.204.1774.125.204.1874.125.204.1974.125.204.83
300s15 ms
≠
NextDNSanycast
74.125.200.1774.125.200.1874.125.200.1974.125.200.83
8s3 ms
≠
AdGuard DNSanycast
142.250.117.17142.250.117.18142.250.117.19142.250.117.83
300s46 ms
≠
Control DCanada
172.253.118.17172.253.118.18172.253.118.19172.253.118.83
215s27 ms
≠
Wikimedia DNSUnited States
74.125.68.1774.125.68.1874.125.68.1974.125.68.83
300s21 ms
≠
DNS.SBGermany
142.250.204.133
300s5 ms
≠
dnsforge.deGermany
64.233.164.1764.233.164.1864.233.164.1964.233.164.83
86s190 ms
≠
Freifunk MünchenGermany
142.251.14.17142.251.14.18142.251.14.19142.251.14.83
166s578 ms
≠
LibreDNSGreece
142.250.154.17142.250.154.18142.250.154.19142.250.154.83
219s551 ms
≠
Comss.oneRussia
64.233.162.1764.233.162.1864.233.162.1964.233.162.83
1295s189 ms
≠
AliDNSChina
64.233.177.1764.233.177.1864.233.177.1964.233.177.83
84s25 ms
≠
DNSPod (Tencent)China
74.125.24.1774.125.24.1874.125.24.1974.125.24.83
300s72 ms
≠
360 Secure DNSChina
142.250.197.133
566s128 ms
≠
IIJ Public DNSJapan
142.251.24.17142.251.24.18142.251.24.19142.251.24.83
300s277 ms
≠
BebasIDIndonesia
74.125.24.1774.125.24.1874.125.24.1974.125.24.83
300s42 ms
≠
TiarapIndonesia
142.251.10.17142.251.10.18142.251.10.19142.251.10.83
30s20 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.