Skip to content

Commit da2c627

Browse files
letoapenwarr
authored andcommitted
Add some friendly info to the README
1 parent 7712c60 commit da2c627

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,19 @@ This is how you use it:
6363
on your client machine. You'll need root or sudo
6464
access, and python needs to be installed.
6565

66-
- <tt>./sshuttle -r username@sshserver 0.0.0.0/0 -vv</tt>
66+
- The most basic use of sshuttle looks like:
67+
<tt>./sshuttle -r username@sshserver 0.0.0.0/0 -vv</tt>
68+
69+
- There is a shortcut for 0.0.0.0/0 for those that value
70+
their wrists
71+
<tt>./sshuttle -r username@sshserver 0/0 -vv</tt>
72+
73+
- If you would also like your DNS queries to be proxied
74+
through the DNS server of the server you are connect to:
75+
<tt>./sshuttle --dns -rvv username@sshserver 0/0</tt>
76+
77+
The above is probably what you want to use to prevent
78+
local network attacks such as Firesheep and friends.
6779

6880
(You may be prompted for one or more passwords; first, the
6981
local password to become root using either sudo or su, and

0 commit comments

Comments
 (0)