From: W.C.A. Wijngaards Date: Wed, 25 Aug 2021 11:14:53 +0000 (+0200) Subject: - Fix #536: error: RPZ: name of record (drop.spamhaus.org.rpz.local.) X-Git-Tag: release-1.14.0rc1~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=889a2d09c35b2a1270464aa67ca43d37783053df;p=thirdparty%2Funbound.git - Fix #536: error: RPZ: name of record (drop.spamhaus.org.rpz.local.) to insert into RPZ. --- diff --git a/contrib/drop2rpz b/contrib/drop2rpz index 01602f651..6ac9b492e 100644 --- a/contrib/drop2rpz +++ b/contrib/drop2rpz @@ -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" diff --git a/doc/Changelog b/doc/Changelog index ece9d3bb7..e8f75a2a0 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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