]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Changelog note for #944.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 12 Oct 2023 12:05:31 +0000 (14:05 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 12 Oct 2023 12:05:31 +0000 (14:05 +0200)
- 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

index 07bf0c703fee7e0f45c8e8a7109be1f6a562bc85..14fe19acda0d483524f75bc2da3a4bf1e4279cd2 100644 (file)
@@ -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.