Skip to content

Instantly share code, notes, and snippets.

@nextab
Created February 1, 2021 12:07
Show Gist options
  • Save nextab/8f310907a43b86a38c589fb52608b127 to your computer and use it in GitHub Desktop.
Save nextab/8f310907a43b86a38c589fb52608b127 to your computer and use it in GitHub Desktop.
Flush DNS Cache on Mac
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