Flush DNS cache on macosx
Snippet
Written with a loving hand by kitt some time around 17:53 on 17 August 2023
Clear the DNS cache in case of DNS server changes or etc/hosts changes
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
Add new comment