Re: NSD 4.2.3 released (changed behavior)

"A. Schulze" <[email protected]> Mon, 25 Nov 2019 18:29:20 +0100
Newsgroups gmane.network.dns.nsd.general
Message-ID <[email protected]>

Am 20.11.19 um 08:17 schrieb Wouter Wijngaards:
> The confine-to-zone: yesno option from Greg Bock, if enabled stops NSD
> from responding with data outside of the zone the query was aimed at.
> Answers contain data that comes from one zone only.

Hello,

maybe this feature break "minimal-responses: yes"

dig @nsd-4.2.2 www.example. A 
 -> give only an answer section

dig @nsd-4.2.3 www.example. A 
  -> give an answer AND additional section

Andreas