From 495a43e40c82d88146ca63e290a0943d831f95ce Mon Sep 17 00:00:00 2001 From: Rupert Edwards Date: Wed, 22 Jul 2020 15:21:07 -0400 Subject: [PATCH] Added get and refresh IP options Refactored --- toriptables2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toriptables2.py b/toriptables2.py index 1bd28f6..f312bee 100755 --- a/toriptables2.py +++ b/toriptables2.py @@ -39,7 +39,7 @@ AutomapHostsOnResolve 1 TransPort %s DNSPort %s ''' % (basename(__file__), self.trans_port, self.virtual_net, - self.trans_port, self.local_dnsport) + self.trans_port, self.local_dnsport) def flush_iptables_rules(self): call(["iptables", "-F"])