Created
June 12, 2018 10:39
-
-
Save mklarsen/22eda24ca4c332e51519023d0c94e5fb to your computer and use it in GitHub Desktop.
Flush DNS cache on mac 10.13.4 (macOS High Sierra)
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 killall -HUP mDNSResponder;sudo killall mDNSResponderHelper;sudo dscacheutil -flushcache |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment