Frequently Asked Question
Flush DNS Cache on OSX
Last Updated 7 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.
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.