From f86b5dd0adc10cfb75a4573ac7826ab0cead7631 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 3dda46e86..e7126f521 100644 --- a/deluge/plugins/blocklist/blocklist/core.py +++ b/deluge/plugins/blocklist/blocklist/core.py @@ -40,7 +40,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",