Skip to content

Instantly share code, notes, and snippets.

@josemarluedke
Created April 10, 2012 03:09
Show Gist options
  • Save josemarluedke/2348109 to your computer and use it in GitHub Desktop.
Save josemarluedke/2348109 to your computer and use it in GitHub Desktop.
clear dns on Mac
$ dscacheutil -flushcache
To do the same in 10.7 and 10.8, run this command:
$ sudo killall -HUP mDNSResponder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment