Skip to content

Instantly share code, notes, and snippets.

@csloz
Created October 22, 2019 06:49
Show Gist options
  • Save csloz/a7379d62ba4ac1e80c55f7f4ed62efd5 to your computer and use it in GitHub Desktop.
Save csloz/a7379d62ba4ac1e80c55f7f4ed62efd5 to your computer and use it in GitHub Desktop.
#!/bin/sh
# OS X DNS flusher for all OS X versions > 11
# Author: L. Sheed
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