Skip to content

Instantly share code, notes, and snippets.

@l1x
Created April 5, 2021 12:37
Show Gist options
  • Save l1x/32c7f5e74d77729401e3f0fff2165c57 to your computer and use it in GitHub Desktop.
Save l1x/32c7f5e74d77729401e3f0fff2165c57 to your computer and use it in GitHub Desktop.
Flushing DNS cache on MacOS
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