]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
Forward Firewall: deleted double TOR chain
authorAlexander Marx <amarx@ipfire.org>
Mon, 5 Aug 2013 07:32:46 +0000 (09:32 +0200)
committerAlexander Marx <amarx@ipfire.org>
Thu, 8 Aug 2013 05:57:50 +0000 (07:57 +0200)
src/initscripts/init.d/firewall

index 92a3615bc91961672f7649c8e6ac12acb6a59de1..fc49da4e9192711e295f68408f887ac837cf3294 100644 (file)
@@ -146,10 +146,6 @@ iptables_init() {
        /sbin/iptables -t nat -N IPSECNAT
        /sbin/iptables -t nat -A POSTROUTING -j IPSECNAT
 
-       # TOR
-       /sbin/iptables -N TOR_INPUT
-       /sbin/iptables -A INPUT -j TOR_INPUT
-
        # localhost and ethernet.
        /sbin/iptables -A INPUT   -i $GREEN_DEV  -m conntrack --ctstate NEW -j ACCEPT ! -p icmp