Skip to content

Instantly share code, notes, and snippets.

@glennblock
Last active October 1, 2015 14:24
Show Gist options
  • Save glennblock/ec1728e6c8570443e48a to your computer and use it in GitHub Desktop.
Save glennblock/ec1728e6c8570443e48a to your computer and use it in GitHub Desktop.
Clear your routing tables without rebooting
#drop this in your .bash_profile
alias fixvpn="sudo route -n flush && sudo networksetup -setv4off Wi-Fi && sudo networksetup -setdhcp Wi-Fi"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment