From bbb4d31c3f974ebf0856e4ad07b2014e8a5266f8 Mon Sep 17 00:00:00 2001 From: Brian May Date: Sat, 5 Dec 2015 14:39:07 +1100 Subject: [PATCH] Add accidentally removed line. --- sshuttle/firewall.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sshuttle/firewall.py b/sshuttle/firewall.py index 518d6bd..18ce3d9 100644 --- a/sshuttle/firewall.py +++ b/sshuttle/firewall.py @@ -250,6 +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) except: try: debug1("firewall manager: "