Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
635
Issues
635
List
Boards
Labels
Service Desk
Milestones
Merge Requests
107
Merge Requests
107
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
c4dbad7b
Commit
c4dbad7b
authored
Feb 21, 2017
by
Tinderbox User
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regen master
parent
e66aaccf
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
337 additions
and
301 deletions
+337
-301
doc/arm/Bv9ARM.ch06.html
doc/arm/Bv9ARM.ch06.html
+309
-299
doc/arm/Bv9ARM.ch09.html
doc/arm/Bv9ARM.ch09.html
+13
-0
doc/arm/notes.html
doc/arm/notes.html
+13
-0
doc/misc/options
doc/misc/options
+2
-2
No files found.
doc/arm/Bv9ARM.ch06.html
View file @
c4dbad7b
This diff is collapsed.
Click to expand it.
doc/arm/Bv9ARM.ch09.html
View file @
c4dbad7b
...
...
@@ -278,6 +278,19 @@
<div
class=
"itemizedlist"
><ul
class=
"itemizedlist"
style=
"list-style-type: disc; "
>
<li
class=
"listitem"
>
<p>
The Response Policy Zone (RPZ) implementation has been
substantially refactored: updates to the RPZ summary
database are no longer directly performed by the zone
database but by a separate function that is called when
a policy zone is updated. This improves both performance
and reliability when policy zones receive frequent updates.
Summary database updates can be rate-limited by using the
<span
class=
"command"
><strong>
min-update-interval
</strong></span>
option in a
<span
class=
"command"
><strong>
response-policy
</strong></span>
statement. [RT #43449]
</p>
</li>
<li
class=
"listitem"
>
<p>
<span
class=
"command"
><strong>
dnstap
</strong></span>
now stores both the local and remote
addresses for all messages, instead of only the remote address.
The default output format for
<span
class=
"command"
><strong>
dnstap-read
</strong></span>
has
...
...
doc/arm/notes.html
View file @
c4dbad7b
...
...
@@ -241,6 +241,19 @@
<div
class=
"itemizedlist"
><ul
class=
"itemizedlist"
style=
"list-style-type: disc; "
>
<li
class=
"listitem"
>
<p>
The Response Policy Zone (RPZ) implementation has been
substantially refactored: updates to the RPZ summary
database are no longer directly performed by the zone
database but by a separate function that is called when
a policy zone is updated. This improves both performance
and reliability when policy zones receive frequent updates.
Summary database updates can be rate-limited by using the
<span
class=
"command"
><strong>
min-update-interval
</strong></span>
option in a
<span
class=
"command"
><strong>
response-policy
</strong></span>
statement. [RT #43449]
</p>
</li>
<li
class=
"listitem"
>
<p>
<span
class=
"command"
><strong>
dnstap
</strong></span>
now stores both the local and remote
addresses for all messages, instead of only the remote address.
The default output format for
<span
class=
"command"
><strong>
dnstap-read
</strong></span>
has
...
...
doc/misc/options
View file @
c4dbad7b
...
...
@@ -303,7 +303,7 @@ options {
<integer>;
response-policy { zone <quoted_string> [ log <boolean> ] [
max-policy-ttl <integer> ] [ min-update-interval <integer> ] [
policy ( cname | disabled | drop | given | no-op | nodata |
policy ( cname | disabled | drop | given | no-op | nodata |
nxdomain | passthru | tcp-only <quoted_string> ) ] [
recursive-only <boolean> ]; ... } [ break-dnssec <boolean> ] [
max-policy-ttl <integer> ] [ min-update-interval <integer> ] [
...
...
@@ -613,7 +613,7 @@ view <string> [ <class> ] {
response-policy { zone <quoted_string> [ log <boolean> ] [
max-policy-ttl <integer> ] [ min-update-interval <integer> ] [
policy ( cname | disabled | drop | given | no-op | nodata |
nxdomain | passthru | tcp-only
|
<quoted_string> ) ] [
nxdomain | passthru | tcp-only <quoted_string> ) ] [
recursive-only <boolean> ]; ... } [ break-dnssec <boolean> ] [
max-policy-ttl <integer> ] [ min-update-interval <integer> ] [
min-ns-dots <integer> ] [ nsip-wait-recurse <boolean> ] [
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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