Skip to content

Instantly share code, notes, and snippets.

@alexandreroman
Last active April 15, 2021 18:14
Show Gist options
  • Save alexandreroman/8cfd70ee5864929d39abba5a1c82910e to your computer and use it in GitHub Desktop.
Save alexandreroman/8cfd70ee5864929d39abba5a1c82910e to your computer and use it in GitHub Desktop.
Flush DNS cache on Mac OS X
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