mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-06-19 17:39:08 +02:00
Remove reference to obsolete global
This commit is contained in:
parent
36a1d7ead9
commit
ed0a92e714
@ -168,7 +168,6 @@ class Method(BaseMethod):
|
|||||||
return sock.getsockname()
|
return sock.getsockname()
|
||||||
|
|
||||||
def setup_firewall(self, port, dnsport, nslist, family, subnets, udp):
|
def setup_firewall(self, port, dnsport, nslist, family, subnets, udp):
|
||||||
global _pf_started_by_sshuttle
|
|
||||||
tables = []
|
tables = []
|
||||||
translating_rules = []
|
translating_rules = []
|
||||||
filtering_rules = []
|
filtering_rules = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user