2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

regen master

This commit is contained in:
Tinderbox User 2015-12-19 01:04:14 +00:00
parent 8beb9bf514
commit 0226754d9e
5 changed files with 24 additions and 0 deletions

View File

@ -472,6 +472,12 @@ Keep the TCP socket open between queries and reuse it rather than creating a new
\fB+nokeepopen\fR\&. \fB+nokeepopen\fR\&.
.RE .RE
.PP .PP
\fB+[no]mapped\fR
.RS 4
Allow mapped IPv4 over IPv6 addresses to be used\&. The default is
\fB+mapped\fR\&.
.RE
.PP
\fB+[no]multiline\fR \fB+[no]multiline\fR
.RS 4 .RS 4
Print records like the SOA records in a verbose multi\-line format with human\-readable comments\&. The default is to print each record on a single line, to facilitate machine parsing of the Print records like the SOA records in a verbose multi\-line format with human\-readable comments\&. The default is to print each record on a single line, to facilitate machine parsing of the

View File

@ -480,6 +480,11 @@
it rather than creating a new TCP socket for each it rather than creating a new TCP socket for each
lookup. The default is <code class="option">+nokeepopen</code>. lookup. The default is <code class="option">+nokeepopen</code>.
</p></dd> </p></dd>
<dt><span class="term"><code class="option">+[no]mapped</code></span></dt>
<dd><p>
Allow mapped IPv4 over IPv6 addresses to be used. The
default is <code class="option">+mapped</code>.
</p></dd>
<dt><span class="term"><code class="option">+[no]multiline</code></span></dt> <dt><span class="term"><code class="option">+[no]multiline</code></span></dt>
<dd><p> <dd><p>
Print records like the SOA records in a verbose Print records like the SOA records in a verbose

View File

@ -366,6 +366,10 @@
can now be used to set the DSCP code point in outgoing query can now be used to set the DSCP code point in outgoing query
packets. packets.
</p></li> </p></li>
<li class="listitem"><p>
<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> <li class="listitem"><p>
<code class="option">serial-update-method</code> can now be set to <code class="option">serial-update-method</code> can now be set to
<code class="literal">date</code>. On update, the serial number will <code class="literal">date</code>. On update, the serial number will

View File

@ -498,6 +498,11 @@
it rather than creating a new TCP socket for each it rather than creating a new TCP socket for each
lookup. The default is <code class="option">+nokeepopen</code>. lookup. The default is <code class="option">+nokeepopen</code>.
</p></dd> </p></dd>
<dt><span class="term"><code class="option">+[no]mapped</code></span></dt>
<dd><p>
Allow mapped IPv4 over IPv6 addresses to be used. The
default is <code class="option">+mapped</code>.
</p></dd>
<dt><span class="term"><code class="option">+[no]multiline</code></span></dt> <dt><span class="term"><code class="option">+[no]multiline</code></span></dt>
<dd><p> <dd><p>
Print records like the SOA records in a verbose Print records like the SOA records in a verbose

View File

@ -327,6 +327,10 @@
can now be used to set the DSCP code point in outgoing query can now be used to set the DSCP code point in outgoing query
packets. packets.
</p></li> </p></li>
<li class="listitem"><p>
<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> <li class="listitem"><p>
<code class="option">serial-update-method</code> can now be set to <code class="option">serial-update-method</code> can now be set to
<code class="literal">date</code>. On update, the serial number will <code class="literal">date</code>. On update, the serial number will