]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Changelog entry for #1010:
authorYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Tue, 20 Feb 2024 14:33:18 +0000 (15:33 +0100)
committerYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Tue, 20 Feb 2024 14:33:18 +0000 (15:33 +0100)
- Merge #1010: Mention REFUSED has the TC bit set with unmatched
  allow_cookie acl in the manpage. It also fixes the code to match the
  documentation about clients with a valid cookie that bypass the
  ratelimit regardless of the allow_cookie acl.

doc/Changelog

index 2a6e98b10920583df8f8fc0f28b4ca9652a0b99c..88c9dbb336a4972aee15d393d764ff893d276799 100644 (file)
@@ -1,3 +1,9 @@
+20 February 2024: Yorgos
+       - Merge #1010: Mention REFUSED has the TC bit set with unmatched
+         allow_cookie acl in the manpage. It also fixes the code to match the
+         documentation about clients with a valid cookie that bypass the
+         ratelimit regardless of the allow_cookie acl.
+
 13 February 2024: Wouter
        - Fix CVE-2023-50387, DNSSEC verification complexity can be exploited
          to exhaust CPU resources and stall DNS resolvers.