Trying to flush the local DNS cache. How is this done on Snow Leopard?
Using System Preferences and using the terminal?
Trying to flush the local DNS cache. How is this done on Snow Leopard?
Using System Preferences and using the terminal?
Use
sudo dscacheutil -flushcache
or
sudo killall -HUP mDNSResponder
In 10.6 the handling of Unicast DNS is now managed by mDNSResponder - dscacheutil -flushcache
now just tells mDNSResponder to restart (the second command above).
dscacheutil -flushcache
dscacheutil -flushcache
does not seem to work anymore on my system. Using Chealion's suggestion of sending a HUP signal to mDNSResponder does still work for me though.
–
Aug 05 '11 at 11:47