Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
370c6e0a
Commit
370c6e0a
authored
May 05, 2016
by
Evan Hunt
Browse files
[master] add nsip-wait-recurse release note
parent
5ac42705
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
370c6e0a
...
...
@@ -12,7 +12,7 @@
4356. [func] Add the ability to specify whether to wait for
nameserver addresses to be looked up or not to
rpz
with a new modifying directive 'nsip-wait-recurse'.
RPZ
with a new modifying directive 'nsip-wait-recurse'.
[RT #35009]
4355. [func] "pkcs11-list" now displays the extractability
...
...
doc/arm/notes.xml
View file @
370c6e0a
...
...
@@ -649,6 +649,20 @@
on Linux is now supported.
</para>
</listitem>
<listitem>
<para>
A new
<option>
nsip-wait-recurse
</option>
directive has been
added to RPZ, specifying whether to look up unknown name server
IP addresses and wait for a response before applying RPZ-NSIP rules.
The default is
<userinput>
yes
</userinput>
. If set to
<userinput>
no
</userinput>
,
<command>
named
</command>
will only
apply RPZ-NSIP rules to servers whose addresses are already cached.
The addresses will be looked up in the background so the rule can
be applied on subsequent queries. This improves performance when
the cache is cold, at the cost of temporary imprecision in applying
policy directives. [RT #35009]
</para>
</listitem>
<listitem>
<para>
Within the
<option>
response-policy
</option>
option, it is now
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment