From ab074bdb0ab83427446729daf812a9a008522d88 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Fri, 29 Dec 2023 01:08:22 +0100 Subject: [PATCH 01/10] blocklistproject seems outdated. --- config.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config.yml b/config.yml index a03b7e2..7454527 100644 --- a/config.yml +++ b/config.yml @@ -15,14 +15,6 @@ blocking: blackLists: 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 From 895d439d0b12a6ae8212ca8f2aad0dc1dc4a03a1 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 7 Jan 2024 13:34:36 +0100 Subject: [PATCH 02/10] Upstream changes. --- config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 7454527..9b85cad 100644 --- a/config.yml +++ b/config.yml @@ -3,13 +3,14 @@ ports: bootstrapDns: - https://1.1.1.1/dns-query -startVerifyUpstream: true connectIPVersion: v4 upstreams: groups: default: - https://cloudflare-dns.com/dns-query + init: + strategy: fast blocking: blackLists: From 13e19196ceb875f83c5af546238e19c4dca623fd Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sat, 20 Jan 2024 17:12:40 +0100 Subject: [PATCH 03/10] change local addresses --- config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index 9b85cad..26b2df0 100644 --- a/config.yml +++ b/config.yml @@ -49,6 +49,6 @@ caching: customDNS: mapping: unifi.home: 10.20.30.1 - pi.home: 10.20.30.5 - services.home: 10.20.30.6 + services.home: 10.20.30.5 + pi.home: 10.20.30.6 nas.home: 10.20.30.7 From edf53e12ad1d05765f849641bc264d27af3aa118 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 21 Apr 2024 00:58:09 +0200 Subject: [PATCH 04/10] Changing compose file name. --- docker-compose.yaml => compose.yml | 3 --- 1 file changed, 3 deletions(-) rename docker-compose.yaml => compose.yml (93%) diff --git a/docker-compose.yaml b/compose.yml similarity index 93% rename from docker-compose.yaml rename to compose.yml index e942588..146b854 100644 --- a/docker-compose.yaml +++ b/compose.yml @@ -1,6 +1,3 @@ ---- -version: "3.5" - networks: blocky: name: blocky From e5cc1089bdc838c7c63d069bb1c99cccfcdb7e2e Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 9 Jun 2024 12:48:50 +0200 Subject: [PATCH 05/10] Config changes for the last version. --- config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index 26b2df0..2189108 100644 --- a/config.yml +++ b/config.yml @@ -13,7 +13,7 @@ upstreams: strategy: fast blocking: - blackLists: + denylists: main: - http://hole.cert.pl/domains/domains_hosts.txt - https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=1&mimetype=plaintext @@ -25,7 +25,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 From b814809774be375b5b3ed1160a86a7c35e6852a7 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 14 Jul 2024 04:47:51 +0200 Subject: [PATCH 06/10] Change local DNS entries. --- config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.yml b/config.yml index 2189108..f737c1c 100644 --- a/config.yml +++ b/config.yml @@ -49,6 +49,6 @@ caching: customDNS: mapping: unifi.home: 10.20.30.1 - services.home: 10.20.30.5 - pi.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 From 143db59c58e8110e3c1f078ab7d199e0c420b065 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Tue, 16 Jul 2024 12:01:31 +0200 Subject: [PATCH 07/10] Change local DNS entries. --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index f737c1c..ad488b7 100644 --- a/config.yml +++ b/config.yml @@ -48,7 +48,7 @@ caching: customDNS: mapping: - unifi.home: 10.20.30.1 + unifi.home: 10.16.16.1 services.home: 10.10.10.5 pi.home: 10.10.10.6 nas.home: 10.10.10.7 From e6d10e648e1972482e3487ef72bb4ab4aa2ff8ea Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Thu, 18 Jul 2024 23:31:44 +0200 Subject: [PATCH 08/10] Change local DNS entries. --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index ad488b7..f737c1c 100644 --- a/config.yml +++ b/config.yml @@ -48,7 +48,7 @@ caching: customDNS: mapping: - unifi.home: 10.16.16.1 + unifi.home: 10.20.30.1 services.home: 10.10.10.5 pi.home: 10.10.10.6 nas.home: 10.10.10.7 From e9f2b30565bfa44d09f745224940530922f37022 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Wed, 22 Jan 2025 15:44:43 +0100 Subject: [PATCH 09/10] Local IP as a variable. --- .gitignore | 1 + compose.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4c49bd7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.env diff --git a/compose.yml b/compose.yml index 146b854..26167d8 100644 --- a/compose.yml +++ b/compose.yml @@ -10,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: From d3c8a0814d9ae3b44704d59f9b92d1acedbb2cb8 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Tue, 27 May 2025 19:24:59 +0200 Subject: [PATCH 10/10] Switch to dns0. --- config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.yml b/config.yml index f737c1c..c687639 100644 --- a/config.yml +++ b/config.yml @@ -2,13 +2,14 @@ ports: dns: 53 bootstrapDns: - - https://1.1.1.1/dns-query + - 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