From 5f90ee1f04cbced84476db51ebfe6573504f28d8 Mon Sep 17 00:00:00 2001 From: reactormonk Date: Sat, 25 Jul 2015 17:38:42 +0200 Subject: [PATCH] Switched the ./sshuttle to src/sshuttle --- README.md | 6 +++--- 1 file 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 ------------------------------- - ./sshuttle -r username@sshserver 0.0.0.0/0 -vv + src/sshuttle -r username@sshserver 0.0.0.0/0 -vv - There is a shortcut for 0.0.0.0/0 for those that value their wrists - ./sshuttle -r username@sshserver 0/0 -vv + src/sshuttle -r username@sshserver 0/0 -vv - 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 + src/sshuttle --dns -vvr username@sshserver 0/0 The above is probably what you want to use to prevent local network attacks such as Firesheep and friends.