Flush DNS cache on macosx
Snippet
Instead of being asleep at 17:53 on 17 August 2023, kitt created this:
Clear the DNS cache in case of DNS server changes or etc/hosts changes
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
Add new comment