From fc91f730188ebe9f807b350db886b73ff58d018c Mon Sep 17 00:00:00 2001 From: Rupert Edwards Date: Sun, 3 Jan 2016 19:47:52 -0500 Subject: [PATCH] Update toriptables2.py --- toriptables2.py | 1 - 1 file changed, 1 deletion(-) diff --git a/toriptables2.py b/toriptables2.py index c819b95..57b7dcd 100755 --- a/toriptables2.py +++ b/toriptables2.py @@ -30,7 +30,6 @@ DNSPort 53 self.non_tor = ["127.0.0.0/9", "127.128.0.0/10", "127.0.0.0/8"] self.tor_uid = getoutput("id -ur debian-tor") # Tor user uid self.trans_port = "9040" # Tor port - self.load_iptables_rules.__init__(self) def flush_iptables_rules(self): call(["iptables", "-F"])