plop lejaune ouip c est a partir du 0.9.2
Pour le moment j'ai laissé tombé l install
Pour le moment j'ai laissé tombé l install

directory = /var/www/rtorrent/downloads
session = ~/session
port_range = 6890-6999
port_random = no
check_hash = yes
use_udp_trackers = yes
schedule = watch_directory,15,15,load_start=~/watch/*.torrent
dht = auto
dht_port = 6881
scgi_port = 127.0.0.1:5000
ipv4_filter.load = /var/www/.ipfilter_level1.txt,unwanted
rtorrent ne veux pas redémarrer tant que la ligne ipv4_filter.load est dans le fichier .rc#!/bin/sh
wget "http://list.iblocklist.com/?list=bt_level1&fileformat=p2p&archiveformat=gz" -O blacklist/ipfilter_level1.gz
gzip -dc blacklist/ipfilter_level1.gz | cut -d: -f2 > blacklist/ipfilter_level1.txt
rm blacklist/ipfilter_level1.gz
# Récupération de la liste
wget "http://list.iblocklist.com/?list=bt_level2&fileformat=p2p&archiveformat=gz" -O blacklist/ipfilter_level2.gz
#Extraction à la suite de la première >>
gzip -dc blacklist/ipfilter_level2.gz | cut -d: -f2 >> blacklist/ipfilter_level1.txt
# Suppression du zip
rm blacklist/ipfilter_level2.gz
# Reboot rtorrent
/etc/init.d/xci.rtord restart
moi non plus ,de plus si vous regardez bien le tuto est bourré d'incohérence.Porecreat wrote:Personnellement je n'ai réussi à faire fonctionner la blacklist qu'en changeant le format en "cidr" au lieu de "p2p" (cf. ce lien : http://openelec.tv/forum/128-addons/42796-rtorrent-service-addon?limit=20&start=100#56502)
Et là, j'ai bien "IPv4 filter list size data:527600,5 kb." (en format p2p, ça reste à 4k)
Hello,
Je vous propose ceci.
Une solution de SeedBox avec gestion des blocklist (PeerGuardian et/ou rTorrent).