Skip to content

Commit 5f90ee1

Browse files
committed
Switched the ./sshuttle to src/sshuttle
1 parent d70b5f2 commit 5f90ee1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,15 @@ Usage on (Ubuntu) Linux
9393
Usage on other Linuxes and OSes
9494
-------------------------------
9595

96-
<tt>./sshuttle -r username@sshserver 0.0.0.0/0 -vv</tt>
96+
<tt>src/sshuttle -r username@sshserver 0.0.0.0/0 -vv</tt>
9797

9898
- There is a shortcut for 0.0.0.0/0 for those that value
9999
their wrists
100-
<tt>./sshuttle -r username@sshserver 0/0 -vv</tt>
100+
<tt>src/sshuttle -r username@sshserver 0/0 -vv</tt>
101101

102102
- If you would also like your DNS queries to be proxied
103103
through the DNS server of the server you are connect to:
104-
<tt>./sshuttle --dns -vvr username@sshserver 0/0</tt>
104+
<tt>src/sshuttle --dns -vvr username@sshserver 0/0</tt>
105105

106106
The above is probably what you want to use to prevent
107107
local network attacks such as Firesheep and friends.

0 commit comments

Comments
 (0)