On repasse le p2p en reject

darcs-hash:20060117125837-6d78a-838492a6c56b8c731984f3c1e09cb0f8256b3b2b.gz
This commit is contained in:
pessoles 2006-01-17 13:58:37 +01:00
parent 995e686fdb
commit b96805f6c6

View file

@ -706,7 +706,7 @@ class firewall_komaz(firewall_crans) :
for filtre in self.filtres_p2p :
iptables('-A FILTRE_P2P -m ipp2p --%s -j LOG --log-prefix "IPP2P=%s "' % (filtre[0],
filtre[1]))
iptables('-A FILTRE_P2P -m ipp2p --%s -j ACCEPT' % filtre[0])
iptables('-A FILTRE_P2P -m ipp2p --%s -j REJECT' % filtre[0])
self.anim.cycle()
self.anim.reinit()