Content
You can flush your local DNS cache in Mac OS (up to El Capitan) from your Terminal:
-
- Go to Applications -> Utilities -> Terminal
- Type the following command and press Enter:
1
|
dscacheutil –flushcache
|
-
- After that type the second command and press Enter:
1
|
sudo killall –HUP mDNSResponder
|