Skip to content

Instantly share code, notes, and snippets.

@aduzsardi
Created August 14, 2017 13:27
Show Gist options
  • Save aduzsardi/135f7b18475fd9cc8988940f43a34197 to your computer and use it in GitHub Desktop.
Save aduzsardi/135f7b18475fd9cc8988940f43a34197 to your computer and use it in GitHub Desktop.
flush dns cache osx
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