mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-01-01 03:29:38 +01:00
Remove verbose debugging from example usage
This commit is contained in:
parent
a90877b49b
commit
d982b36521
@ -128,7 +128,7 @@ Usage
|
||||
|
||||
- Forward all traffic::
|
||||
|
||||
sshuttle -r username@sshserver 0.0.0.0/0 -vv
|
||||
sshuttle -r username@sshserver 0.0.0.0/0
|
||||
|
||||
- By default sshuttle will automatically choose a method to use. Override with
|
||||
the ``--method=`` parameter.
|
||||
@ -136,12 +136,12 @@ Usage
|
||||
- There is a shortcut for 0.0.0.0/0 for those that value
|
||||
their wrists::
|
||||
|
||||
sshuttle -r username@sshserver 0/0 -vv
|
||||
sshuttle -r username@sshserver 0/0
|
||||
|
||||
- If you would also like your DNS queries to be proxied
|
||||
through the DNS server of the server you are connect to::
|
||||
|
||||
sshuttle --dns -vvr username@sshserver 0/0
|
||||
sshuttle --dns -r username@sshserver 0/0
|
||||
|
||||
The above is probably what you want to use to prevent
|
||||
local network attacks such as Firesheep and friends.
|
||||
|
Loading…
Reference in New Issue
Block a user