Add hosts-file.net to host-block-lists.

This commit is contained in:
Florian Bruhin 2014-11-19 20:51:25 +01:00
parent 121f0bff95
commit 86a5ecf194
1 changed files with 2 additions and 1 deletions

View File

@ -505,7 +505,8 @@ DATA = collections.OrderedDict([
'http://winhelp2002.mvps.org/hosts.zip,'
'http://malwaredomains.lehigh.edu/files/justdomains.zip,'
'http://pgl.yoyo.org/adservers/serverlist.php?'
'hostformat=hosts&mimetype=plaintext'),
'hostformat=hosts&mimetype=plaintext,'
'http://hosts-file.net/download/hosts.zip'),
"List of URLs of lists which contain hosts to block."),
)),