From 908e1cb11a8e0362eb32d2de4aebdc42fa46593a Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Thu, 12 Oct 2023 14:05:31 +0200 Subject: [PATCH] Changelog note for #944. - Merge #944: Disable EDNS DO. Disable the EDNS DO flag in upstream requests. This can be helpful for devices that cannot handle DNSSEC information. But it should not be enabled otherwise, because that would stop DNSSEC validation. The DNSSEC validation would not work for Unbound itself, and also not for downstream users. Default is no. The option is disable-edns-do: no --- doc/Changelog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/Changelog b/doc/Changelog index 07bf0c703..14fe19acd 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,12 @@ +12 October 2023: Wouter + - Merge #944: Disable EDNS DO. + Disable the EDNS DO flag in upstream requests. This can be helpful + for devices that cannot handle DNSSEC information. But it should not + be enabled otherwise, because that would stop DNSSEC validation. The + DNSSEC validation would not work for Unbound itself, and also not + for downstream users. Default is no. The option + is disable-edns-do: no + 11 October 2023: George - Fix #850: [FR] Ability to use specific database in Redis, with new redis-logical-db configuration option. -- 2.47.3