1
Fork 0

oops, remove html tags

This commit is contained in:
Jan-Erik Rediger 2011-09-02 21:43:39 +02:00
parent 1ceff97ea4
commit ba4da0043d

View file

@ -8,7 +8,7 @@ title: sshuttle - poor man's vpn
It's as simple as
$ ./sshuttle -r username@sshserver 0.0.0.0/0 -vv</code></pre>
$ ./sshuttle -r username@sshserver 0.0.0.0/0 -vv
and everything is tunneled through the ssh connection.
@ -18,7 +18,7 @@ Of course you may tunnel just some IPs. Just change the argument to whatever ip
$ dig www.youtube.com
[ ... find youtube's ip ... ]
$ ./sshuttle -r username@sshserver 74.125.39.0/24 -vv</code></pre>
$ ./sshuttle -r username@sshserver 74.125.39.0/24 -vv
and every request to Youtube gets tunneled. Great for "This video is not available in your country"-videos if you've got ssh access to a server with an US IP.