Compare commits
10 commits
4d6b7c839b
...
d3c8a0814d
Author | SHA1 | Date | |
---|---|---|---|
d3c8a0814d | |||
e9f2b30565 | |||
e6d10e648e | |||
143db59c58 | |||
b814809774 | |||
e5cc1089bd | |||
edf53e12ad | |||
13e19196ce | |||
895d439d0b | |||
ab074bdb0a |
3 changed files with 13 additions and 21 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
.env
|
|
@ -1,6 +1,3 @@
|
||||||
---
|
|
||||||
version: "3.5"
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
blocky:
|
blocky:
|
||||||
name: blocky
|
name: blocky
|
||||||
|
@ -13,8 +10,8 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- blocky
|
- blocky
|
||||||
ports:
|
ports:
|
||||||
- "53:53/tcp"
|
- "${LOCAL_IP}:53:53/tcp"
|
||||||
- "53:53/udp"
|
- "${LOCAL_IP}:53:53/udp"
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Warsaw
|
- TZ=Europe/Warsaw
|
||||||
volumes:
|
volumes:
|
26
config.yml
26
config.yml
|
@ -2,27 +2,21 @@ ports:
|
||||||
dns: 53
|
dns: 53
|
||||||
|
|
||||||
bootstrapDns:
|
bootstrapDns:
|
||||||
- https://1.1.1.1/dns-query
|
- https://193.110.81.0
|
||||||
startVerifyUpstream: true
|
- https://185.253.5.0
|
||||||
connectIPVersion: v4
|
connectIPVersion: v4
|
||||||
|
|
||||||
upstreams:
|
upstreams:
|
||||||
groups:
|
groups:
|
||||||
default:
|
default:
|
||||||
- https://cloudflare-dns.com/dns-query
|
- https://dns0.eu/
|
||||||
|
init:
|
||||||
|
strategy: fast
|
||||||
|
|
||||||
blocking:
|
blocking:
|
||||||
blackLists:
|
denylists:
|
||||||
main:
|
main:
|
||||||
- http://hole.cert.pl/domains/domains_hosts.txt
|
- http://hole.cert.pl/domains/domains_hosts.txt
|
||||||
- https://blocklistproject.github.io/Lists/abuse.txt
|
|
||||||
- https://blocklistproject.github.io/Lists/ads.txt
|
|
||||||
- https://blocklistproject.github.io/Lists/fraud.txt
|
|
||||||
- https://blocklistproject.github.io/Lists/malware.txt
|
|
||||||
- https://blocklistproject.github.io/Lists/phishing.txt
|
|
||||||
- https://blocklistproject.github.io/Lists/ransomware.txt
|
|
||||||
- https://blocklistproject.github.io/Lists/scam.txt
|
|
||||||
- https://blocklistproject.github.io/Lists/tracking.txt
|
|
||||||
- https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=1&mimetype=plaintext
|
- https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=1&mimetype=plaintext
|
||||||
- https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-pihole-filters/Ad_filter_list_by_Disconnect.txt
|
- https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-pihole-filters/Ad_filter_list_by_Disconnect.txt
|
||||||
- https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-pihole-filters/adguard_host.txt
|
- https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-pihole-filters/adguard_host.txt
|
||||||
|
@ -32,7 +26,7 @@ blocking:
|
||||||
- https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-pihole-filters/easylist_host.txt
|
- https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-pihole-filters/easylist_host.txt
|
||||||
- https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-pihole-filters/gambling-hosts.txt
|
- https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-pihole-filters/gambling-hosts.txt
|
||||||
- https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
|
- https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
|
||||||
whiteLists:
|
allowlists:
|
||||||
main:
|
main:
|
||||||
- |
|
- |
|
||||||
t.co
|
t.co
|
||||||
|
@ -56,6 +50,6 @@ caching:
|
||||||
customDNS:
|
customDNS:
|
||||||
mapping:
|
mapping:
|
||||||
unifi.home: 10.20.30.1
|
unifi.home: 10.20.30.1
|
||||||
pi.home: 10.20.30.5
|
services.home: 10.10.10.5
|
||||||
services.home: 10.20.30.6
|
pi.home: 10.10.10.6
|
||||||
nas.home: 10.20.30.7
|
nas.home: 10.10.10.7
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue