Flush DNS cache on macosx
Snippet
Yeah, kitt finished writing this at 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