Skip to content

Instantly share code, notes, and snippets.

@ziggear
Created May 21, 2013 18:02
Show Gist options
  • Save ziggear/5621888 to your computer and use it in GitHub Desktop.
Save ziggear/5621888 to your computer and use it in GitHub Desktop.
#fw:http://www.techiecorner.com/35/how-to-flush-dns-cache-in-linux-windows-mac/
#windows
ipconfig /flushdns
#linux
/etc/rc.d/init.d/nscd restart
#Mac OS X Leopard
lookupd -flushcache
#Mac OS Lion +
dscacheutil -flushcache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment