]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix #1344: module conf 'respip dns64 validator cachedb iterator'
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 29 Sep 2025 14:11:50 +0000 (16:11 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 29 Sep 2025 14:11:50 +0000 (16:11 +0200)
  is not known to work.

doc/Changelog
smallapp/unbound-checkconf.c

index 2b958843fda121b211ca618ef4f0c8c923e5c62e..a9acd2dc12b056cf6e1886bf9d92e7c96a6089e3 100644 (file)
@@ -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.
index 2ca69e9e69c79717f3a8080eb74d6e304473b2f3..1fb04be850aae1c94273cf93f5b98861afd7a851 100644 (file)
@@ -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