Skip to content

Instantly share code, notes, and snippets.

@kmctown
Created August 4, 2017 15:26
Show Gist options
  • Save kmctown/ac4eeb789bb4622198070e13ae7a7405 to your computer and use it in GitHub Desktop.
Save kmctown/ac4eeb789bb4622198070e13ae7a7405 to your computer and use it in GitHub Desktop.
OS X FlushDNS Alias
alias flushdns='echo "flushing dns...";sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder;echo "complete."'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment