Last active
October 1, 2015 14:24
-
-
Save glennblock/ec1728e6c8570443e48a to your computer and use it in GitHub Desktop.
Clear your routing tables without rebooting
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
#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