Skip to content

Instantly share code, notes, and snippets.

@woffleloffle
Created February 22, 2018 17:51
Show Gist options
  • Save woffleloffle/26e0e8fb4b155c468b7285f5bc0c7569 to your computer and use it in GitHub Desktop.
Save woffleloffle/26e0e8fb4b155c468b7285f5bc0c7569 to your computer and use it in GitHub Desktop.
Your RC file alias to clear your DNS Cache
# 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