diff --git a/README.md b/README.md
index 3119245..fb012f6 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,19 @@ This is how you use it:
on your client machine. You'll need root or sudo
access, and python needs to be installed.
- - ./sshuttle -r username@sshserver 0.0.0.0/0 -vv
+ - The most basic use of sshuttle looks like:
+ ./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
+
+ - If you would also like your DNS queries to be proxied
+ through the DNS server of the server you are connect to:
+ ./sshuttle --dns -rvv username@sshserver 0/0
+
+ The above is probably what you want to use to prevent
+ local network attacks such as Firesheep and friends.
(You may be prompted for one or more passwords; first, the
local password to become root using either sudo or su, and