Created
August 14, 2017 13:27
-
-
Save aduzsardi/135f7b18475fd9cc8988940f43a34197 to your computer and use it in GitHub Desktop.
flush dns cache osx
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
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder; | |
# Info http://osxdaily.com/2015/11/16/howto-flush-dns-cache-os-x-elcap/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment