diff options
| author | Max Resnick <max@ofmax.li> | 2026-05-03 21:21:45 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2026-05-03 21:21:45 -0700 |
| commit | 6d8d1654aa327b21cbc927cc1692e2dc79f25597 (patch) | |
| tree | 58d7080a59c23864bdee35f2ebed3e5192b834c8 /src | |
| parent | 6571604f5aef03efc7af021efe9f03b326eda4e8 (diff) | |
| download | grumpy-containers-6d8d1654aa327b21cbc927cc1692e2dc79f25597.tar.gz | |
fix: remove root key
Diffstat (limited to 'src')
| -rw-r--r-- | src/unbound-adblock/etc/unbound.base.conf | 5 |
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 |