diff options
Diffstat (limited to 'src/unbound-adblock/etc/unbound.base.conf')
| -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 |