summaryrefslogtreecommitdiffstats
path: root/sshuttle/options.py
diff options
context:
space:
mode:
authorFata Nugraha <fata.nugraha@grabtaxi.com>2023-08-04 18:49:58 +0700
committerBrian May <brian@linuxpenguins.xyz>2023-08-07 20:00:32 +1000
commit6b7cf80420e16ca58fbb6e28ab4adb030436636a (patch)
treeea5353cd206501e182db892ea7a539e01543a99f /sshuttle/options.py
parentac06e7968fde6773d9dfb0a8d79a0cf94e8014ec (diff)
Add support for group-based routing
Diffstat (limited to 'sshuttle/options.py')
-rw-r--r--sshuttle/options.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/sshuttle/options.py b/sshuttle/options.py
index 0ac7690..acd46da 100644
--- a/sshuttle/options.py
+++ b/sshuttle/options.py
@@ -383,6 +383,12 @@ parser.add_argument(
"""
)
parser.add_argument(
+ "--group",
+ help="""
+ apply all the rules only to this linux group
+ """
+)
+parser.add_argument(
"--firewall",
action="store_true",
help="""