Change default blocklist url to nipfilter instead of pipfilter
This commit is contained in:
parent
368f94157f
commit
e315d40ddf
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue