summaryrefslogtreecommitdiffstats
path: root/sshuttle/methods/tproxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'sshuttle/methods/tproxy.py')
-rw-r--r--sshuttle/methods/tproxy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshuttle/methods/tproxy.py b/sshuttle/methods/tproxy.py
index e12943c..b3d5fca 100644
--- a/sshuttle/methods/tproxy.py
+++ b/sshuttle/methods/tproxy.py
@@ -134,7 +134,7 @@ class Method(BaseMethod):
divert_chain = 'sshuttle-d-%s' % port
# basic cleanup/setup of chains
- self.restore_firewall(port, family, udp, user)
+ self.restore_firewall(port, family, udp, user, group)
_ipt('-N', mark_chain)
_ipt('-F', mark_chain)