Ajout de la classe p2p
darcs-hash:20060122154102-72cb0-ce6794f61ac6fe4e145165601734f18b3262c2a3.gz
This commit is contained in:
parent
6935e50918
commit
1e72f6c7aa
1 changed files with 6 additions and 0 deletions
|
@ -59,6 +59,12 @@ class squid_warez(squid) :
|
|||
chaine = "warez"
|
||||
recherche_bl = 1
|
||||
|
||||
class squid_p2p(squid) :
|
||||
""" Genère le fichier blacklist-p2p pour squid """
|
||||
FICHIER = "/etc/squid/blacklist_p2p"
|
||||
chaine = "P2P"
|
||||
recherche_bl = 1
|
||||
|
||||
class squid_carte(squid) :
|
||||
""" Genère le fichier blacklist-carte pour squid """
|
||||
FICHIER = "/etc/squid/blacklist_carte_et"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue