Skip to content

Instantly share code, notes, and snippets.

@h3nr1ke
Created July 19, 2018 21:14
Show Gist options
  • Save h3nr1ke/e120a90e702bd8e0c9dee5e187f02502 to your computer and use it in GitHub Desktop.
Save h3nr1ke/e120a90e702bd8e0c9dee5e187f02502 to your computer and use it in GitHub Desktop.
Flush DNS cache mac os
# if you change the /etc/hosts and nothing happend... try flush the DNS cache
# OSX 10.9 +
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment