aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2026-05-03 21:21:45 -0700
committerMax Resnick <max@ofmax.li>2026-05-03 21:21:45 -0700
commit6d8d1654aa327b21cbc927cc1692e2dc79f25597 (patch)
tree58d7080a59c23864bdee35f2ebed3e5192b834c8 /src
parent6571604f5aef03efc7af021efe9f03b326eda4e8 (diff)
downloadgrumpy-containers-6d8d1654aa327b21cbc927cc1692e2dc79f25597.tar.gz
fix: remove root key
Diffstat (limited to 'src')
-rw-r--r--src/unbound-adblock/etc/unbound.base.conf5
1 files changed, 1 insertions, 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