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
632
Issues
632
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
806ed3a2
Commit
806ed3a2
authored
Jul 22, 2016
by
Tinderbox User
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regen master
parent
2bc4d454
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
68 additions
and
6 deletions
+68
-6
doc/arm/Bv9ARM.ch09.html
doc/arm/Bv9ARM.ch09.html
+34
-3
doc/arm/notes.html
doc/arm/notes.html
+34
-3
No files found.
doc/arm/Bv9ARM.ch09.html
View file @
806ed3a2
...
...
@@ -141,7 +141,7 @@
mechanism.
</p>
<p>
This feature should be considered experimental. It currently
This feature should be considered experimental. It currently
supports only basic features; more advanced features such as
ACLs and TSIG keys are not yet supported. Example catalog
zone configurations can be found in the Chapter 9 of the
...
...
@@ -150,10 +150,11 @@
<p>
Support for master entries with TSIG keys has been added to catalog
zones, as well as support for allow-query and allow-transfer.
</p>
</p>
</li>
<li
class=
"listitem"
><p>
Added rndc python module.
Added an
<span
class=
"command"
><strong>
isc.rndc
</strong></span>
Python module, which allows
<span
class=
"command"
><strong>
rndc
</strong></span>
commands to be sent from Python programs.
</p></li>
<li
class=
"listitem"
>
<p>
...
...
@@ -384,6 +385,10 @@
<span
class=
"command"
><strong>
dig +mapped
</strong></span>
can now be used to determine
if mapped IPv4 addresses can be used.
</p></li>
<li
class=
"listitem"
><p>
<span
class=
"command"
><strong>
nslookup
</strong></span>
will now look up IPv6 as well
as IPv4 addresses by default. [RT #40420]
</p></li>
<li
class=
"listitem"
><p>
<code
class=
"option"
>
serial-update-method
</code>
can now be set to
<code
class=
"literal"
>
date
</code>
. On update, the serial number will
...
...
@@ -453,6 +458,32 @@
configuration for a specified zone.
</p></li>
<li
class=
"listitem"
>
<p>
When BIND is built with the
<span
class=
"command"
><strong>
lmdb
</strong></span>
library
(Lightning Memory-Mapped Database),
<span
class=
"command"
><strong>
named
</strong></span>
will store the configuration information for zones
that are added via
<span
class=
"command"
><strong>
rndc addzone
</strong></span>
in a database, rather than in a flat "NZF" file. This
dramatically improves performance for
<span
class=
"command"
><strong>
rndc delzone
</strong></span>
and
<span
class=
"command"
><strong>
rndc modzone
</strong></span>
: deleting or changing
the contents of a database is much faster than rewriting
a text file.
</p>
<p>
On startup, if
<span
class=
"command"
><strong>
named
</strong></span>
finds an existing
NZF file, it will automatically convert it to the new NZD
database format.
</p>
<p>
To view the contents of an NZD, or to convert an
NZD back to an NZF file (for example, to revert back
to an earlier version of BIND which did not support the
NZD format), use the new command
<span
class=
"command"
><strong>
named-nzd2nzf
</strong></span>
[RT #39837]
</p>
</li>
<li
class=
"listitem"
>
<p>
Added server-side support for pipelined TCP queries. Clients
may continue sending queries via TCP while previous queries are
...
...
doc/arm/notes.html
View file @
806ed3a2
...
...
@@ -102,7 +102,7 @@
mechanism.
</p>
<p>
This feature should be considered experimental. It currently
This feature should be considered experimental. It currently
supports only basic features; more advanced features such as
ACLs and TSIG keys are not yet supported. Example catalog
zone configurations can be found in the Chapter 9 of the
...
...
@@ -111,10 +111,11 @@
<p>
Support for master entries with TSIG keys has been added to catalog
zones, as well as support for allow-query and allow-transfer.
</p>
</p>
</li>
<li
class=
"listitem"
><p>
Added rndc python module.
Added an
<span
class=
"command"
><strong>
isc.rndc
</strong></span>
Python module, which allows
<span
class=
"command"
><strong>
rndc
</strong></span>
commands to be sent from Python programs.
</p></li>
<li
class=
"listitem"
>
<p>
...
...
@@ -345,6 +346,10 @@
<span
class=
"command"
><strong>
dig +mapped
</strong></span>
can now be used to determine
if mapped IPv4 addresses can be used.
</p></li>
<li
class=
"listitem"
><p>
<span
class=
"command"
><strong>
nslookup
</strong></span>
will now look up IPv6 as well
as IPv4 addresses by default. [RT #40420]
</p></li>
<li
class=
"listitem"
><p>
<code
class=
"option"
>
serial-update-method
</code>
can now be set to
<code
class=
"literal"
>
date
</code>
. On update, the serial number will
...
...
@@ -414,6 +419,32 @@
configuration for a specified zone.
</p></li>
<li
class=
"listitem"
>
<p>
When BIND is built with the
<span
class=
"command"
><strong>
lmdb
</strong></span>
library
(Lightning Memory-Mapped Database),
<span
class=
"command"
><strong>
named
</strong></span>
will store the configuration information for zones
that are added via
<span
class=
"command"
><strong>
rndc addzone
</strong></span>
in a database, rather than in a flat "NZF" file. This
dramatically improves performance for
<span
class=
"command"
><strong>
rndc delzone
</strong></span>
and
<span
class=
"command"
><strong>
rndc modzone
</strong></span>
: deleting or changing
the contents of a database is much faster than rewriting
a text file.
</p>
<p>
On startup, if
<span
class=
"command"
><strong>
named
</strong></span>
finds an existing
NZF file, it will automatically convert it to the new NZD
database format.
</p>
<p>
To view the contents of an NZD, or to convert an
NZD back to an NZF file (for example, to revert back
to an earlier version of BIND which did not support the
NZD format), use the new command
<span
class=
"command"
><strong>
named-nzd2nzf
</strong></span>
[RT #39837]
</p>
</li>
<li
class=
"listitem"
>
<p>
Added server-side support for pipelined TCP queries. Clients
may continue sending queries via TCP while previous queries are
...
...
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