summaryrefslogtreecommitdiffstats
path: root/Documentation/sshuttle.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/sshuttle.md')
-rw-r--r--Documentation/sshuttle.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/sshuttle.md b/Documentation/sshuttle.md
index 59901ec..4caf6cc 100644
--- a/Documentation/sshuttle.md
+++ b/Documentation/sshuttle.md
@@ -94,6 +94,10 @@ entire subnet to the VPN.
`0/0 -x 1.2.3.0/24` to forward everything except the
local subnet over the VPN, for example.
+--exclude-from=*file*
+: exclude the subnets specified in a file, one subnet per
+ line. Useful when you have lots of subnets to exclude.
+
-v, --verbose
: print more information about the session. This option
can be used more than once for increased verbosity. By