Created
February 22, 2018 17:51
-
-
Save woffleloffle/26e0e8fb4b155c468b7285f5bc0c7569 to your computer and use it in GitHub Desktop.
Your RC file alias to clear your DNS Cache
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
# Flush DNS Cache | |
alias flushdns="sudo 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