Skip to content

Instantly share code, notes, and snippets.

@seanbuscay
Created September 20, 2013 16:49
Show Gist options
  • Save seanbuscay/aac174626fc4ee57999d to your computer and use it in GitHub Desktop.
Save seanbuscay/aac174626fc4ee57999d to your computer and use it in GitHub Desktop.
Flush DNS in OS X 10.9 Mavericks
Running the latest version of OS X? Here is how to flush the DNS cache in 10.9:
dscacheutil -flushcache;sudo killall -HUP mDNSResponder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment