]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix #536: error: RPZ: name of record (drop.spamhaus.org.rpz.local.)
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 25 Aug 2021 11:14:53 +0000 (13:14 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 25 Aug 2021 11:14:53 +0000 (13:14 +0200)
  to insert into RPZ.

contrib/drop2rpz
doc/Changelog

index 01602f651166577a64e09b88b139922fd8672e18..6ac9b492efe3f980f072841f81e9fc3b8a900699 100644 (file)
@@ -4,7 +4,7 @@
 #
 # unbound.conf:
 #  rpz:
-#    name: "spamhaus-drop.rpz.local."
+#    name: "drop.spamhaus.org.rpz.local."
 #    zonefile: "/path/tp/spamhaus-drop.rpz.local"
 #    rpz-log: yes
 #    rpz-log-name: "spamhaus-drop"
index ece9d3bb780ede0cccbb9486eec0b87787d856be..e8f75a2a09ffccf14d8a6c75b280545e4eb32056 100644 (file)
@@ -3,6 +3,8 @@
          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.
+       - Fix #536: error: RPZ: name of record (drop.spamhaus.org.rpz.local.)
+         to insert into RPZ.
 
 20 August 2021: Wouter
        - Fix #529: Fix: log_assert does nothing if UNBOUND_DEBUG is