Ever had the need to clear your DNS cache under OSX. Here is an easy way to do this from the command prompt on your OSX system.
For MAC OSX 10.4 and below run this command:
lookupd -flushcache
For Mac Lion/Mountain Lion and later:
dscacheutil -flushcache
sudo killall -HUP mDNSResponder
Leave a Reply