Frequently Asked Question

Flush DNS Cache on OSX
Last Updated 6 years ago

Open a shell (Terminal) window and enter the following

sudo killall -HUP mDNSResponder;sudo killall mDNSResponderHelper;sudo dscacheutil -flushcache

You'll be asked for the root password and then the command will execute and flush the cache.

Please Wait!

Please wait... it will take a second!