Ajout de la classe p2p

darcs-hash:20060122154102-72cb0-ce6794f61ac6fe4e145165601734f18b3262c2a3.gz
This commit is contained in:
salles 2006-01-22 16:41:02 +01:00
parent 6935e50918
commit 1e72f6c7aa

View file

@ -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"