From b96805f6c62d90a063a3c81de0b4cbc1b4c69e39 Mon Sep 17 00:00:00 2001 From: pessoles Date: Tue, 17 Jan 2006 13:58:37 +0100 Subject: [PATCH] On repasse le p2p en reject darcs-hash:20060117125837-6d78a-838492a6c56b8c731984f3c1e09cb0f8256b3b2b.gz --- gestion/gen_confs/firewall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/gen_confs/firewall.py b/gestion/gen_confs/firewall.py index ba81162b..5ebc1cd8 100755 --- a/gestion/gen_confs/firewall.py +++ b/gestion/gen_confs/firewall.py @@ -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()