Created
August 12, 2020 07:58
-
-
Save leganz/b7c7df8980763c0a889b76700b4ce628 to your computer and use it in GitHub Desktop.
Flush dns records on your 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
echo "Clear dns cache..." | |
dscacheutil -flushcache && sudo killall -HUP mDNSResponder | |
echo "DNS Cache cleared!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment