From c5550bf552970860ed0301770fb7bb98fb6bfbf4 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Mon, 26 Feb 2024 19:26:01 +0100 Subject: [PATCH] bundles/unbound: add option to disable dns64 even when jool is installed --- bundles/unbound/files/unbound.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/unbound/files/unbound.conf b/bundles/unbound/files/unbound.conf index eba526d..c25e0a3 100644 --- a/bundles/unbound/files/unbound.conf +++ b/bundles/unbound/files/unbound.conf @@ -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"