Created
July 19, 2018 21:14
-
-
Save h3nr1ke/e120a90e702bd8e0c9dee5e187f02502 to your computer and use it in GitHub Desktop.
Flush DNS cache mac os
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# if you change the /etc/hosts and nothing happend... try flush the DNS cache | |
# OSX 10.9 + | |
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment