From 187aa52859be3d084d50cc1a4277eea12bb872e8 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Mon, 29 Sep 2025 16:11:50 +0200 Subject: [PATCH] - Fix #1344: module conf 'respip dns64 validator cachedb iterator' is not known to work. --- doc/Changelog | 2 ++ smallapp/unbound-checkconf.c | 1 + 2 files changed, 3 insertions(+) diff --git a/doc/Changelog b/doc/Changelog index 2b958843f..a9acd2dc1 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -8,6 +8,8 @@ - Rebuild configure script from its sources. - Fix #1353: auth-zone can not use empty label for $ORIGIN when http download. + - Fix #1344: module conf 'respip dns64 validator cachedb iterator' + is not known to work. 29 September 2025: Yorgos - Merge #1349: Fix #1346: [FR] Please allow back TLS 1.2. diff --git a/smallapp/unbound-checkconf.c b/smallapp/unbound-checkconf.c index 2ca69e9e6..1fb04be85 100644 --- a/smallapp/unbound-checkconf.c +++ b/smallapp/unbound-checkconf.c @@ -869,6 +869,7 @@ morechecks(struct config_file* cfg) && strcmp(cfg->module_conf, "respip cachedb iterator") != 0 && strcmp(cfg->module_conf, "dns64 validator cachedb iterator") != 0 && strcmp(cfg->module_conf, "dns64 cachedb iterator") != 0 + && strcmp(cfg->module_conf, "respip dns64 validator cachedb iterator") != 0 #endif #if defined(WITH_PYTHONMODULE) && defined(USE_CACHEDB) && strcmp(cfg->module_conf, "python dns64 cachedb iterator") != 0 -- 2.47.3