Chapter 8: Waiting for DNS Propagation
DNS changes arenβt instant. They need to propagate across the internet, which can take a bit of time. Letβs walk through what to expect and how to check the status.
π How Long Does DNS Propagation Take?
β±οΈUsually between 30 minutes to a few hoursπIn some cases, it can take up to 48 hours (especially with certain ISPs or DNS caches)
But donβt worry β most changes are visible within the first couple of hours.
π How to Check DNS Propagation
Use these handy tools to check whether the world can see your updated DNS info:
πhttps://www.whatsmydns.net
β Enter your domain and check NS or A records from multiple countriesπhttps://dnschecker.org
β Same idea, different layout β both are great!
Or go old-school with the terminal:
dig yourdomain.com NS
nslookup yourdomain.com
π§Ό Tip: Clear Your DNS Cache
Sometimes your device or browser is caching the old info. You can:
πRestart your computer or routerπ»Clear local DNS cache:- Windows:
ipconfig /flushdns
- macOS:
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
- Linux: restart
systemd-resolved
ornscd
- Windows:
β What If Itβs Not Working?
If after 48 hours your domain still isnβt resolving:
πDouble-check your name servers on GoDaddyβMake sure your DNS Zone is active in OCIπReview your A records β did you point them to the correct IP?
π‘ Pro tip: You can set a low TTL (Time To Live) value on your DNS records next time if you plan to make changes again β it helps them propagate faster.