Created
April 17, 2012 02:39
-
-
Save jdorfman/2403041 to your computer and use it in GitHub Desktop.
bash function to run sshuttle asap
This file contains 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
# get it here: https://github.com/apenwarr/sshuttle | |
# put this in your .bash_profile and smoke it && source ~/.bash_profile | |
function p () { /path/to/sshuttle/sshuttle -r you@server 0.0.0.0/0 -vv; } | |
# p for proxy (change it to whatever you want I guess) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment