summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjtagcat <38327267+jtagcat@users.noreply.github.com>2020-05-14 20:43:33 +0000
committerBrian May <brian@linuxpenguins.xyz>2020-05-15 07:23:43 +1000
commit365d30de1462f2659c115b1e53c272de21835c20 (patch)
tree196e8104e07e7c2266d91f48bc72b493797b7a9e
parent6e19496fb7c727995f9d6e92259c115af21c250b (diff)
Add 'My VPN broke and need a solution fast' to the docs.
-rw-r--r--docs/usage.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/usage.rst b/docs/usage.rst
index d1960c1..b625dc9 100644
--- a/docs/usage.rst
+++ b/docs/usage.rst
@@ -20,6 +20,11 @@ Forward all traffic::
sshuttle -r username@sshserver 0/0
+
+- For 'My VPN broke and need a temporary solution FAST to access local IPv4 addresses':
+
+ sshuttle --dns -NHr username@sshserver 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16
+
If you would also like your DNS queries to be proxied
through the DNS server of the server you are connect to::