From e3324fcb6cff868c2da21c72439e68ecc32af711 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Mon, 20 Nov 2023 17:32:01 +0100 Subject: [PATCH] Revert "feat(dns): Add dns blocklists" After deploying the blocklists, resolve times skyrocketed, probably due to limited CPU time. The gain by blocklists is marginal, throughout the past few hours just 2 dns resolutions have been blocked. Given the major impact this has with minor benefits, reverting from the usage of blocklists seems like the right move. This reverts commit 2532a967e000c4fd3d24a0d1ca667db4e980035a. --- apps/k8s01/dns/dns.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/apps/k8s01/dns/dns.yaml b/apps/k8s01/dns/dns.yaml index 94f098b10..45001becb 100644 --- a/apps/k8s01/dns/dns.yaml +++ b/apps/k8s01/dns/dns.yaml @@ -21,16 +21,6 @@ data: - https://1.1.1.1/dns-query - tcp+udp:9.9.9.9 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: minTime: 5m maxItemsCount: 262144 -- GitLab