From fbc7f2c0f4625b7619de64f9a9b7d0625735f455 Mon Sep 17 00:00:00 2001 From: Valentin Samir Date: Sun, 9 Dec 2012 18:40:59 +0100 Subject: [PATCH] [config] Ajout de tracker torrent udp Ignore-this: 2d48891eed46fadd81c320bb09a130ad darcs-hash:20121209174059-3a55a-0a6b11a91f2a8f94ac9ac36edca3a40745e59a7e.gz --- gestion/config.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gestion/config.py b/gestion/config.py index 6bdd3305..e9160446 100644 --- a/gestion/config.py +++ b/gestion/config.py @@ -347,6 +347,7 @@ class virus: # Classe pour la détection du p2p # ################################### +#Le traffic udp vers les ip (v4 et v6) des hotes dans la liste suivante est bloqué udp_torrent_tracker=[ 'tracker.openbittorrent.com', 'tracker.ccc.de', @@ -355,6 +356,15 @@ udp_torrent_tracker=[ 'tracker.1337x.org', 'fr33domtracker.h33t.com', 'tracker.torrentbox.com', + '11.rarbg.com', + 'exodus.desync.com', + 'fr33dom.h33t.com', + 'torrentbay.to', + 'tracker.ex.ua', + 'tracker.ilibr.org', + 'tracker.prq.to', + 'tracker.publichd.eu', + 'tracker.yify-torrents.com', ] class p2p : # Limite de débit pour l'ensemble du p2p classifié, en octets/s