diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2017-12-06 00:28:28 +0800 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2017-12-06 00:28:28 +0800 |
commit | b0df3b8b9c27c26ef5073c55ec5e99b49c8576f5 (patch) | |
tree | bfde9100481dbfd4972c2920644421f7100020b8 /UPDATING | |
parent | bfd7582edde789ab6cac0bbf6456fe275c5a9344 (diff) | |
download | freebsd-ports-gnome-b0df3b8b9c27c26ef5073c55ec5e99b49c8576f5.tar.gz freebsd-ports-gnome-b0df3b8b9c27c26ef5073c55ec5e99b49c8576f5.tar.zst freebsd-ports-gnome-b0df3b8b9c27c26ef5073c55ec5e99b49c8576f5.zip |
Add info about recursor passthrough removal in dns/powerdns
Reported by: brd
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D13375
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -5,6 +5,19 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20171205: + AFFECTS: users of dns/powerdns + AUTHOR: krion@FreeBSD.org + + Recursor passthrough removal: This will impact many installations. + Previously, the PowerDNS Authoritative Server contained a facility + for sending recursion desired queries to a resolving backend, + possibly after first consulting its local cache. This feature + (‘recursor=’) was frequently confusing and also delivered + inconsistent results, for example when a query ended up referring + to a CNAME that was outside of the Authoritative Server’s + knowledge. + 20171203: AFFECTS: users of sysutils/dsbmd AUTHOR: mk@freeshell.de |