mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-22 07:53:43 +01:00
Fix typo.
This commit is contained in:
parent
bbb4d31c3f
commit
43084eb49a
@ -250,7 +250,7 @@ def main(method_name, syslog):
|
||||
try:
|
||||
if port_v4:
|
||||
debug2('firewall manager: undoing IPv4 changes.\n')
|
||||
method.setup_firewall(port_v4, 0, [], socket.AF_INET4, [], udp)
|
||||
method.setup_firewall(port_v4, 0, [], socket.AF_INET, [], udp)
|
||||
except:
|
||||
try:
|
||||
debug1("firewall manager: "
|
||||
|
Loading…
Reference in New Issue
Block a user