Add CHANGES and release note

This commit is contained in:
Diego Fronza 2020-03-11 16:32:47 -03:00
parent 4e8f8da661
commit 267e2c4772
2 changed files with 18 additions and 0 deletions

View file

@ -1,3 +1,8 @@
5369. [func] Add the ability to specify whether or not to wait
for nameserver domain names to be looked up, with
a new RPZ modifying directive 'nsdname-wait-recurse'.
[GL #1138]
5368. [bug] Named failed to restart if 'rndc addzone' names
contained special characters (e.g. '/'). [GL #1655]

View file

@ -49,6 +49,19 @@
<literal>100%</literal>. [GL #1515]
</para>
</listitem>
<listitem>
<para>
A new RPZ option <command>nsdname-wait-recurse</command>
controls whether RPZ-NSDNAME rules should always be applied
even if the names of authoritative name servers for the query
name need to be looked up recurively first. The default is
<userinput>yes</userinput>. Setting it to
<userinput>no</userinput> speeds up initial responses by skipping
RPZ-NSDNAME rules when name server domain names are not yet
in the cache. The names will be looked up in the background and
the rule will be applied for subsequent queries. [GL #1138]
</para>
</listitem>
</itemizedlist>
</section>