From 889a2d09c35b2a1270464aa67ca43d37783053df Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Wed, 25 Aug 2021 13:14:53 +0200 Subject: [PATCH] - Fix #536: error: RPZ: name of record (drop.spamhaus.org.rpz.local.) to insert into RPZ. --- contrib/drop2rpz | 2 +- doc/Changelog | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.47.3