Compare commits
No commits in common. "d3c8a0814d9ae3b44704d59f9b92d1acedbb2cb8" and "4d6b7c839b728e0405656b09f2307105b43460c8" have entirely different histories.
d3c8a0814d
...
4d6b7c839b
3 changed files with 21 additions and 13 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
.env
|
|
26
config.yml
26
config.yml
|
@ -2,21 +2,27 @@ ports:
|
||||||
dns: 53
|
dns: 53
|
||||||
|
|
||||||
bootstrapDns:
|
bootstrapDns:
|
||||||
- https://193.110.81.0
|
- https://1.1.1.1/dns-query
|
||||||
- https://185.253.5.0
|
startVerifyUpstream: true
|
||||||
connectIPVersion: v4
|
connectIPVersion: v4
|
||||||
|
|
||||||
upstreams:
|
upstreams:
|
||||||
groups:
|
groups:
|
||||||
default:
|
default:
|
||||||
- https://dns0.eu/
|
- https://cloudflare-dns.com/dns-query
|
||||||
init:
|
|
||||||
strategy: fast
|
|
||||||
|
|
||||||
blocking:
|
blocking:
|
||||||
denylists:
|
blackLists:
|
||||||
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
|
||||||
|
@ -26,7 +32,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
|
||||||
allowlists:
|
whiteLists:
|
||||||
main:
|
main:
|
||||||
- |
|
- |
|
||||||
t.co
|
t.co
|
||||||
|
@ -50,6 +56,6 @@ caching:
|
||||||
customDNS:
|
customDNS:
|
||||||
mapping:
|
mapping:
|
||||||
unifi.home: 10.20.30.1
|
unifi.home: 10.20.30.1
|
||||||
services.home: 10.10.10.5
|
pi.home: 10.20.30.5
|
||||||
pi.home: 10.10.10.6
|
services.home: 10.20.30.6
|
||||||
nas.home: 10.10.10.7
|
nas.home: 10.20.30.7
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
---
|
||||||
|
version: "3.5"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
blocky:
|
blocky:
|
||||||
name: blocky
|
name: blocky
|
||||||
|
@ -10,8 +13,8 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- blocky
|
- blocky
|
||||||
ports:
|
ports:
|
||||||
- "${LOCAL_IP}:53:53/tcp"
|
- "53:53/tcp"
|
||||||
- "${LOCAL_IP}:53:53/udp"
|
- "53:53/udp"
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/Warsaw
|
- TZ=Europe/Warsaw
|
||||||
volumes:
|
volumes:
|
Loading…
Add table
Add a link
Reference in a new issue