From 6d8d1654aa327b21cbc927cc1692e2dc79f25597 Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Sun, 3 May 2026 21:21:45 -0700 Subject: fix: remove root key --- src/unbound-adblock/etc/unbound.base.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/unbound-adblock/etc/unbound.base.conf b/src/unbound-adblock/etc/unbound.base.conf index 9647f05..c0f29a1 100644 --- a/src/unbound-adblock/etc/unbound.base.conf +++ b/src/unbound-adblock/etc/unbound.base.conf @@ -1,4 +1,4 @@ -include: "unbound.conf.d/ad-zones.conf" +include: "/etc/unbound/unbound.conf.d/ad-zones.conf" server: port: 5353 @@ -16,9 +16,6 @@ server: qname-minimisation: yes use-caps-for-id: yes - # Matches the root.key path used by unbound-anchor in entrypoint.sh - auto-trust-anchor-file: "/var/lib/unbound/root.key" - num-threads: 1 msg-cache-size: 16m rrset-cache-size: 32m -- cgit v1.2.3