mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
Change default blocklist url to nipfilter instead of pipfilter
This commit is contained in:
parent
368f94157f
commit
e315d40ddf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue