summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Aclander <naclander@linux.ucla.edu>2016-01-11 22:29:39 -0800
committerBrian May <brian@linuxpenguins.xyz>2016-01-13 19:00:08 +1100
commitd982b365217e65008d591d30d91989557fd89747 (patch)
tree0e4b35e937f57fe1db0d004b4723395bd1c97cd0
parenta90877b49bb66416fca1d377e0726416bacc3161 (diff)
Remove verbose debugging from example usage
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 3758e3f..b264f74 100644
--- a/README.rst
+++ b/README.rst
@@ -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.