Created
February 1, 2021 12:07
-
-
Save nextab/8f310907a43b86a38c589fb52608b127 to your computer and use it in GitHub Desktop.
Flush DNS Cache on Mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1.) Open Terminal | |
2.) Check current status of your domain: | |
ping yourdomain.com | |
3.) Enter the following commands: | |
dscacheutil -flushcache | |
sudo killall -HUP mDNSResponder | |
4.) Check domain again | |
ping yourdomain.com | |
5.) Restart browser | |
The new DNS Settings should now be working |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment