bundles/unbound: add option to disable dns64 even when jool is installed
This commit is contained in:
parent
699c7acf93
commit
c5550bf552
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
server:
|
||||
# provided by pkg_apt:unbound-anchor
|
||||
auto-trust-anchor-file: "/var/lib/unbound/root.key"
|
||||
% if node.has_bundle('jool'):
|
||||
% if node.metadata.get('unbound/dns64', node.has_bundle('jool')):
|
||||
module-config: "dns64 validator iterator"
|
||||
% else:
|
||||
module-config: "validator iterator"
|
||||
|
|
Loading…
Reference in a new issue