Skip to content

Instantly share code, notes, and snippets.

@pestilence669
Last active February 5, 2019 21:07
Show Gist options
  • Save pestilence669/cb2f639fe3877a150f3700f2d3fa416c to your computer and use it in GitHub Desktop.
Save pestilence669/cb2f639fe3877a150f3700f2d3fa416c to your computer and use it in GitHub Desktop.
Flush macOS DNS cache
dscacheutil -flushcache
sudo killall -USR2 mDNSResponder # <- required or name resolution may fail for SSH, ping, etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment