Skip to content

Instantly share code, notes, and snippets.

@lgw4
Last active May 20, 2022 15:31
Show Gist options
  • Save lgw4/50698e707a94194472156c5a9ab660c8 to your computer and use it in GitHub Desktop.
Save lgw4/50698e707a94194472156c5a9ab660c8 to your computer and use it in GitHub Desktop.
flush-dns: clear cached DNS on macOS
#!/usr/bin/env sh
sudo /usr/bin/dscacheutil -flushcache && sudo /usr/bin/killall -HUP mDNSResponder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment