Skip to content

Instantly share code, notes, and snippets.

@gwsu2008
Created December 24, 2019 17:27
Show Gist options
  • Save gwsu2008/afe6fa5579c3a04d6e3a66f7e2259fc7 to your computer and use it in GitHub Desktop.
Save gwsu2008/afe6fa5579c3a04d6e3a66f7e2259fc7 to your computer and use it in GitHub Desktop.
MacOS-clear-dns-cache
#!/bin/bash +x
dscacheutil -flushcache
sudo killall -HUP mDNSResponder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment