Pour pouvoir parser facilement.
darcs-hash:20050315091247-d1718-471543aaf6a3950c90448b00d5ade3f5aee84446.gz
This commit is contained in:
parent
04f41da03d
commit
f4e58a1596
1 changed files with 2 additions and 2 deletions
|
@ -474,8 +474,8 @@ class firewall_komaz :
|
|||
self.anim.cycle()
|
||||
|
||||
for filtre in self.filtres_p2p :
|
||||
iptables('-A FILTRE_P2P -m ipp2p --%s -j LOG --log-prefix "%s "' % (filtre[0],
|
||||
filtre[1]))
|
||||
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 REJECT --reject-with icmp-admin-prohibited' % filtre[0])
|
||||
self.anim.cycle()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue