StackTips
 1 minutes

How to Clear the Local DNS Cache in Mac OS?

By Nilanchala @nilan, On Sep 17, 2023 Blog Posts 2.49K Views

You can flush your local DNS cache in Mac OS (up to El Capitan) from your Terminal by usinng followign steps

Go to Applications -> Utilities -> Terminal

Type the following command and press Enter:

dscacheutil -flushcache

After that type the second command and press Enter:

sudo killall -HUP mDNSResponder
nilan avtar

Nilanchala

I'm a blogger, educator and a full stack developer. Mainly focused on Java, Spring and Micro-service architecture. I love to learn, code, make and break things.