summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreactormonk <hafnersimon@gmail.com>2015-07-25 17:38:42 +0200
committerreactormonk <hafnersimon@gmail.com>2015-07-25 17:38:42 +0200
commit5f90ee1f04cbced84476db51ebfe6573504f28d8 (patch)
tree9bf713d530f172530e572b92308b415199dcd609
parentd70b5f2b89e593506834cf8ea10785d96c801dfc (diff)
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.