oops, remove html tags
This commit is contained in:
parent
1ceff97ea4
commit
ba4da0043d
|
@ -8,7 +8,7 @@ title: sshuttle - poor man's vpn
|
||||||
|
|
||||||
It's as simple as
|
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.
|
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
|
$ dig www.youtube.com
|
||||||
[ ... find youtube's ip ... ]
|
[ ... 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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue