README.md: fix little bug

The ssh hostname should immediately follow the -r parameter.
This commit is contained in:
Grissiom 2011-05-05 15:21:12 +08:00 committed by Avery Pennarun
parent e2ec475de3
commit 15e26d2e0e

View File

@ -72,7 +72,7 @@ This is how you use it:
- If you would also like your DNS queries to be proxied - If you would also like your DNS queries to be proxied
through the DNS server of the server you are connect to: through the DNS server of the server you are connect to:
<tt>./sshuttle --dns -rvv username@sshserver 0/0</tt> <tt>./sshuttle --dns -vvr username@sshserver 0/0</tt>
The above is probably what you want to use to prevent The above is probably what you want to use to prevent
local network attacks such as Firesheep and friends. local network attacks such as Firesheep and friends.