Change default blocklist url to nipfilter instead of pipfilter

This commit is contained in:
Andrew Resch 2008-12-28 23:15:01 +00:00
parent 368f94157f
commit e315d40ddf
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ from peerguardian import PGReader, PGException
from text import TextReader, GZMuleReader, PGZip
DEFAULT_PREFS = {
"url": "http://www.deluge-torrent.org/blocklist/pipfilter.dat.gz",
"url": "http://deluge-torrent.org/blocklist/nipfilter.dat.gz",
"load_on_start": False,
"check_after_days": 4,
"listtype": "gzmule",