Skip to content

Instantly share code, notes, and snippets.

@mklarsen
Created June 12, 2018 10:39
Show Gist options
  • Save mklarsen/22eda24ca4c332e51519023d0c94e5fb to your computer and use it in GitHub Desktop.
Save mklarsen/22eda24ca4c332e51519023d0c94e5fb to your computer and use it in GitHub Desktop.
Flush DNS cache on mac 10.13.4 (macOS High Sierra)
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