Skip to content

Instantly share code, notes, and snippets.

@matthewoestreich
Last active October 12, 2019 19:24
Show Gist options
  • Save matthewoestreich/4380ccad5c790fd633129b3311160ad2 to your computer and use it in GitHub Desktop.
Save matthewoestreich/4380ccad5c790fd633129b3311160ad2 to your computer and use it in GitHub Desktop.
Clears DNS Cache on Mac
#!/bin/bash
# HOW TO USE:
# bash clear.dns.cache.sh
dscacheutil -flushcache
sudo killall -HUP mDNSResponder
say cleared dns cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment