Created
May 9, 2017 17:46
-
-
Save vsivsi/913644ceed603aab5f4e2fbef5fcf660 to your computer and use it in GitHub Desktop.
Clear DNS cache on El Cap / Sierra
This file contains 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
# Run with sudo | |
dscacheutil -flushcache | |
killall -HUP mDNSResponder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment