summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2015-07-26 11:15:56 +1000
committerBrian May <brian@linuxpenguins.xyz>2015-07-26 11:15:56 +1000
commite127aab7760f0de0fde7ef40e243e190b873c293 (patch)
tree9bf713d530f172530e572b92308b415199dcd609
parentd70b5f2b89e593506834cf8ea10785d96c801dfc (diff)
parent5f90ee1f04cbced84476db51ebfe6573504f28d8 (diff)
Merge pull request #14 from reactormonk/patch-1
Switched the ./sshuttle to src/sshuttle
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9c3b5ff..e621477 100644
--- a/README.md
+++ b/README.md
@@ -93,15 +93,15 @@ Usage on (Ubuntu) Linux
Usage on other Linuxes and OSes
-------------------------------
- <tt>./sshuttle -r username@sshserver 0.0.0.0/0 -vv</tt>
+ <tt>src/sshuttle -r username@sshserver 0.0.0.0/0 -vv</tt>
- There is a shortcut for 0.0.0.0/0 for those that value
their wrists
- <tt>./sshuttle -r username@sshserver 0/0 -vv</tt>
+ <tt>src/sshuttle -r username@sshserver 0/0 -vv</tt>
- If you would also like your DNS queries to be proxied
through the DNS server of the server you are connect to:
- <tt>./sshuttle --dns -vvr username@sshserver 0/0</tt>
+ <tt>src/sshuttle --dns -vvr username@sshserver 0/0</tt>
The above is probably what you want to use to prevent
local network attacks such as Firesheep and friends.