I am running deluge 1.2.0/libtorrent 0.14.6.0 in debug mode on 64bit Ubuntu and my logs show tons of entries with blocked private IP addresses:
[DEBUG ] 22:56:19 alertmanager:115 peer_blocked_alert: blocked peer: 10.0.0.1
[DEBUG ] 23:02:27 alertmanager:115 peer_blocked_alert: blocked peer: 10.0.0.1
there are no 10.x.y.z addresses on my network and running 'tcpdump -n -i any net 10.0.0.0/8' in another window shows no packets.
WTF ?
Blocklist reporting bogus IPs as blocked
Re: Blocklist reporting bogus IPs as blocked
This is probably related to http://forum.deluge-torrent.org/viewtop ... =9&t=25695
What blocklist are you using?
What blocklist are you using?
Re: Blocklist reporting bogus IPs as blocked
$ cat blocklist.conf
Code: Select all
{
"file": 1,
"format": 1
}{
"check_after_days": 4,
"list_type": "Emule",
"url": "http://deluge-torrent.org/blocklist/nipfilter.dat.gz",
"try_times": 3,
"list_size": 3191220,
"last_update": 1265501822.7049949,
"timeout": 180,
"list_compression": "GZip",
"load_on_start": true
}