Home
/
Website Help
/
Other
/
How to clear the local DNS cache in Mac OS?

How to clear the local DNS cache in Mac OS?

To flush your local DNS cache in Mac OS use your Terminal:

  • Go to Applications > Utilities > Terminal
  • Type the following command and press Enter:
sudo dscacheutil -flushcache
  • After that type the second command and press Enter:
sudo killall -HUP mDNSResponder

 

Share This Article