Skip to content
Snippets Groups Projects
Verified Commit 2532a967 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(dns): Add dns blocklists

This patch should integrate some upstream blocklists from pihole. This
is mainly an experiment, testing whether it's worth exploring these
blocklists further. Since quad9 should already take care of a lot of it,
it shouldn't matter too much.
parent 70993556
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,16 @@ data: ...@@ -21,6 +21,16 @@ data:
- https://1.1.1.1/dns-query - https://1.1.1.1/dns-query
- tcp+udp:9.9.9.9 - tcp+udp:9.9.9.9
startVerifyUpstream: true startVerifyUpstream: true
blocking:
clientGroupsBlock:
default:
- pihole
blackLists:
pihole:
- https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
- http://sysctl.org/cameleon/hosts
- https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt
- https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt
caching: caching:
minTime: 5m minTime: 5m
maxItemsCount: 262144 maxItemsCount: 262144
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment