Skip to content

Instantly share code, notes, and snippets.

@petermac-
Last active September 12, 2015 19:38
Show Gist options
  • Save petermac-/daad2c56e36055e32787 to your computer and use it in GitHub Desktop.
Save petermac-/daad2c56e36055e32787 to your computer and use it in GitHub Desktop.
flushdns-mavericks.sh
#!/bin/bash
dscacheutil -flushcache
sudo killall -HUP mDNSResponder

Flushes the dns cache so that changes in /etc/hosts will take effect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment