diff --git a/toriptables2.py b/toriptables2.py index 420b6e1..d122104 100755 --- a/toriptables2.py +++ b/toriptables2.py @@ -59,7 +59,7 @@ DNSPort 53 call(["iptables", "-A", "OUTPUT", "-m", "state", "--state", "ESTABLISHED,RELATED", "-j", "ACCEPT"]) - for net in (self.non_tor): + for net in self.non_tor: call(["iptables", "-A", "OUTPUT", "-d", "%s" % net, "-j", "ACCEPT"]) call(["iptables", "-A", "OUTPUT", "-m", "owner", "--uid-owner", "%s" %