Technically there is no way to “speed up” DNS propagation, however, in some cases DNS might be cached for you, resulting in your inability to access a website after DNS has been updated. This guide teaches you how to flush DNS cache to get access to the new server if DNS propagation is complete for you.
Navigation :
Windows 10
Windows 8.1 / 8 / Windows 7 / Windows Vista
Windows XP
Mac OS X
Open the command terminal and enter the appropriate command for your Mac OS X version :
X El Capitan
sudo killall -HUP mDNSResponder
Yosemite
sudo discoveryutil udnsflushcaches
Mavericks
sudo killall -HUP mDNSResponder
Mountain Lion
sudo killall -HUP mDNSResponder
Lion
sudo killall -HUP mDNSResponder
Snow Leopard
sudo dscacheutil -flushcache
Leopard (and lower)
sudo lookupd -flushcache
After following the instructions above, you should be able to access the website where DNS has been updated for if DNS propagation has been completed for you (which surprisingly doesn’t take much time unless cached).