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:
|
||||
blocky:
|
||||
name: blocky
|
||||
|
@ -13,8 +10,8 @@ services:
|
|||
networks:
|
||||
- blocky
|
||||
ports:
|
||||
- "53:53/tcp"
|
||||
- "53:53/udp"
|
||||
- "${LOCAL_IP}:53:53/tcp"
|
||||
- "${LOCAL_IP}:53:53/udp"
|
||||
environment:
|
||||
- TZ=Europe/Warsaw
|
||||
volumes:
|
26
config.yml
26
config.yml
|
@ -2,27 +2,21 @@ ports:
|
|||
dns: 53
|
||||
|
||||
bootstrapDns:
|
||||
- https://1.1.1.1/dns-query
|
||||
startVerifyUpstream: true
|
||||
- https://193.110.81.0
|
||||
- https://185.253.5.0
|
||||
connectIPVersion: v4
|
||||
|
||||
upstreams:
|
||||
groups:
|
||||
default:
|
||||
- https://cloudflare-dns.com/dns-query
|
||||
- https://dns0.eu/
|
||||
init:
|
||||
strategy: fast
|
||||
|
||||
blocking:
|
||||
blackLists:
|
||||
denylists:
|
||||
main:
|
||||
- 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://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
|
||||
|
@ -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/gambling-hosts.txt
|
||||
- https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
|
||||
whiteLists:
|
||||
allowlists:
|
||||
main:
|
||||
- |
|
||||
t.co
|
||||
|
@ -56,6 +50,6 @@ caching:
|
|||
customDNS:
|
||||
mapping:
|
||||
unifi.home: 10.20.30.1
|
||||
pi.home: 10.20.30.5
|
||||
services.home: 10.20.30.6
|
||||
nas.home: 10.20.30.7
|
||||
services.home: 10.10.10.5
|
||||
pi.home: 10.10.10.6
|
||||
nas.home: 10.10.10.7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue