Skip to content

Instantly share code, notes, and snippets.

@alexleone
Created July 1, 2020 22:40
Show Gist options
  • Save alexleone/cfce0ad745a20dab704c0b6a5d9fbbe5 to your computer and use it in GitHub Desktop.
Save alexleone/cfce0ad745a20dab704c0b6a5d9fbbe5 to your computer and use it in GitHub Desktop.
Flush the DNS cache on your Mac OS X
macbook$ 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