Created
December 3, 2013 09:13
-
-
Save nghuuphuoc/7766398 to your computer and use it in GitHub Desktop.
Clear DNS cache on Mac
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
// OS X Mountain Lion or Lion | |
$ sudo killall -HUP mDNSResponder | |
// Mac OS X v10.6 | |
$ sudo dscacheutil -flushcache |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment