mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Change default blocklist url to nipfilter instead of pipfilter
This commit is contained in:
parent
d8a187a8f6
commit
f86b5dd0ad
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue