X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Finitscripts%2Fsystem%2Ffirewall;h=cb533cc94b12f2ee3c4368500bb7adbf20d8a490;hb=5fc5f703470b37b43e18be66da0fb181696428a7;hp=2739a683432b12803b180367070019d83204a2f9;hpb=4680d554fc52813b9e2a1bae3888d0b34dfbb5ad;p=ipfire-2.x.git diff --git a/src/initscripts/system/firewall b/src/initscripts/system/firewall index 2739a68343..cb533cc94b 100644 --- a/src/initscripts/system/firewall +++ b/src/initscripts/system/firewall @@ -294,9 +294,11 @@ iptables_init() { iptables -N OVPNINPUT iptables -A INPUT -j OVPNINPUT - # Tor + # Tor (inbound and outbound) iptables -N TOR_INPUT iptables -A INPUT -j TOR_INPUT + iptables -N TOR_OUTPUT + iptables -A OUTPUT -j TOR_OUTPUT # Jump into the actual firewall ruleset. iptables -N INPUTFW