Skip to content

Commit

Permalink
Added default blocklist
Browse files Browse the repository at this point in the history
  • Loading branch information
Trellmor committed Sep 30, 2019
1 parent 00c61e3 commit 246c7f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions blocklist.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Stop Firefox from enabeling DoH. Since we are running an ad-blocking DNS
# Server we want to use it.
use-application-dns.net
1 change: 1 addition & 0 deletions update-zonefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
regex_no_comment = '^#.*|^$'

lists = [
{'file': 'blocklist.txt', 'filter': regex_no_comment},
{'url': 'https://pgl.yoyo.org/as/serverlist.php?hostformat=nohtml&showintro=0', 'filter': regex_no_comment},
{'url': 'http://mirror1.malwaredomains.com/files/justdomains', 'filter': regex_no_comment},
{'url': 'http://winhelp2002.mvps.org/hosts.txt', 'regex': regex_domain, 'filter': regex_no_comment},
Expand Down

0 comments on commit 246c7f7

Please sign in to comment.