Commentaire plus vident comme a

darcs-hash:20060310095600-72cb0-b09652ebec7d83a308763b3119c9e7ee7ca08578.gz
This commit is contained in:
salles 2006-03-10 10:56:00 +01:00
parent c59d1dc290
commit 2b854ee013

View file

@ -59,7 +59,7 @@ class squid_p2p(squid) :
""" Genère le fichier blacklist-p2p pour squid """
FICHIER = "/etc/squid/blacklist_p2p"
chaine = "p2p"
recherche_bl = 2
recherche_bl = 2 # Sanction sur l'adhérent uniquement
class squid_autodisc_upload(squid) :
""" Genère le fichier blacklist-autodiscupload pour squid """
@ -71,19 +71,19 @@ class squid_autodisc_p2p(squid) :
""" Genère le fichier blacklist-autodisc-p2p pour squid """
FICHIER = "/etc/squid/blacklist_autodisc_p2p"
chaine = "autodisc_p2p"
recherche_bl = 2
recherche_bl = 2 # Sanction sur l'adhérent uniquement
class squid_virus(squid) :
""" Genère le fichier blacklist-virus pour squid """
FICHIER = "/etc/squid/blacklist_virus"
chaine = "virus"
recherche_bl = 3
recherche_bl = 3 # Sanction sur une machine uniquement
class squid_warez(squid) :
""" Genère le fichier blacklist-warez pour squid """
FICHIER = "/etc/squid/blacklist_warez"
chaine = "warez"
recherche_bl = 2
recherche_bl = 2 # Sanction sur l'adhérent uniquement
class squid_carte(squid) :
""" Genère le fichier blacklist-carte pour squid """