How to flush your DNS on OSX

Tech

How to flush your DNS using terminal

The command you will need to run in Terminal is shown below. This will work for OSX catalina and higher.

sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder

Comments

Sign up or Sign in to join the conversation.