add bundle:jool

This commit is contained in:
Franzi 2024-02-26 07:22:54 +01:00
parent 4514541e8f
commit 12c6b5fc54
Signed by: kunsi
GPG key ID: 12E3D2136B818350
6 changed files with 46 additions and 4 deletions

View file

@ -1,6 +1,11 @@
server:
# provided by pkg_apt:unbound-anchor
auto-trust-anchor-file: "/var/lib/unbound/root.key"
% if node.has_bundle('jool'):
module-config: "dns64 validator iterator"
% else:
module-config: "validator iterator"
% endif
verbosity: 0
@ -23,10 +28,6 @@ server:
access-control: ::1 allow
% endif
% if node.has_bundle('pppd'):
prefer-ip4: yes
% endif
msg-cache-size: ${cache_size}
msg-cache-slabs: ${cache_slabs}
rrset-cache-size: ${cache_size}