]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Changelog note for #401
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 25 Aug 2021 08:19:48 +0000 (10:19 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 25 Aug 2021 08:19:48 +0000 (10:19 +0200)
- Merge #401: RPZ triggers. This add additional RPZ triggers,
  unbound supports a full set of rpz triggers, and this now
  includes nsdname, nsip and clientip triggers. Also actions
  are fully supported, and this now includes the tcp-only action.

doc/Changelog

index 7c03d428bf3b6abf1b8a5fe1a2a68307eb27407c..ece9d3bb780ede0cccbb9486eec0b87787d856be 100644 (file)
@@ -1,3 +1,9 @@
+25 August 2021: Wouter
+       - Merge #401: RPZ triggers. This add additional RPZ triggers,
+         unbound supports a full set of rpz triggers, and this now
+         includes nsdname, nsip and clientip triggers. Also actions
+         are fully supported, and this now includes the tcp-only action.
+
 20 August 2021: Wouter
        - Fix #529: Fix: log_assert does nothing if UNBOUND_DEBUG is
          undefined.