With regards to IP Filtering, I have attempted to add the following an ipfilter config to rtorrent:
config file = rtorrent.rc
Code:
ipv4_filter.load=./ipfilter.file
I tried several different formats, but I could not get rtorrent to successfully load with any of the following formats:
utorrent ipfilter.dat:
Code:
002.001.227.239 - 002.001.227.239 , 000 , Tor
generic (with spaces):
Code:
1.227.196.123 1.227.196.123
generic (with hyphens):
Code:
1.227.196.123-1.227.196.123
ipchains:
Code:
A INPUT -s 1.227.196.123 -j LOG --log-prefix "IPTABLES FAKE-LOCAL-ADDRESS"
A INPUT -s 1.227.196.123 -j DROP
CIDR:
Code:
1.179.144.0/22
The only reference I could find was to utilize CIDR format, but that did not work.
Does anyone know what format a text file should be in in order to support the ipv4.filter capabilities of rtorrent?
config file = rtorrent.rc
Code:
ipv4_filter.load=./ipfilter.file
I tried several different formats, but I could not get rtorrent to successfully load with any of the following formats:
utorrent ipfilter.dat:
Code:
002.001.227.239 - 002.001.227.239 , 000 , Tor
generic (with spaces):
Code:
1.227.196.123 1.227.196.123
generic (with hyphens):
Code:
1.227.196.123-1.227.196.123
ipchains:
Code:
A INPUT -s 1.227.196.123 -j LOG --log-prefix "IPTABLES FAKE-LOCAL-ADDRESS"
A INPUT -s 1.227.196.123 -j DROP
CIDR:
Code:
1.179.144.0/22
The only reference I could find was to utilize CIDR format, but that did not work.
Does anyone know what format a text file should be in in order to support the ipv4.filter capabilities of rtorrent?