From 365d30de1462f2659c115b1e53c272de21835c20 Mon Sep 17 00:00:00 2001 From: jtagcat <38327267+jtagcat@users.noreply.github.com> Date: Thu, 14 May 2020 20:43:33 +0000 Subject: [PATCH] Add 'My VPN broke and need a solution fast' to the docs. --- docs/usage.rst | 5 +++++ 1 file changed, 5 insertions(+) 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::