From e315d40ddf993b04b83a9a9d70628702af68181b Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Sun, 28 Dec 2008 23:15:01 +0000 Subject: [PATCH] Change default blocklist url to nipfilter instead of pipfilter --- deluge/plugins/blocklist/blocklist/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/plugins/blocklist/blocklist/core.py b/deluge/plugins/blocklist/blocklist/core.py index ac8e47879..62e972c23 100644 --- a/deluge/plugins/blocklist/blocklist/core.py +++ b/deluge/plugins/blocklist/blocklist/core.py @@ -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",