Hopefully this was the last time I have to “google it” 🙂
Flush DNS cache on Mac
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder; say cache flushed
To Change the DNS server
networksetup -setdnsservers WI-FI 8.8.8.8 8.8.4.4
Hopefully this was the last time I have to “google it” 🙂
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder; say cache flushed
networksetup -setdnsservers WI-FI 8.8.8.8 8.8.4.4
0 Comments