Clear DNS Cache on your Mac
My Mac cache the DNS informations. Here little trick to clear your DNS cache.
Open your Terminal Application and type following command:
lookupd -flushcache
It’s so easy :-)
My Mac cache the DNS informations. Here little trick to clear your DNS cache.
Open your Terminal Application and type following command:
lookupd -flushcache
It’s so easy :-)
Fri 25/4/08, 6:37 pm
A short tip for all Leopard users out there. Lookupd no longer exists. You should use “dscacheutil -flushcache” for the same effect.
/