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

listen-on-v6 is not a "statement", but an "option".

This commit is contained in:
Tatuya JINMEI 神明達哉 2004-08-12 08:27:24 +00:00
parent 5e4346a4f9
commit c8c03e7410

View File

@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
<!-- File: $Id: Bv9ARM-book.xml,v 1.250 2004/07/29 22:59:53 jinmei Exp $ -->
<!-- File: $Id: Bv9ARM-book.xml,v 1.251 2004/08/12 08:27:24 jinmei Exp $ -->
<book>
<title>BIND 9 Administrator Reference Manual</title>
@ -3501,7 +3501,7 @@ for incoming queries sent using IPv6.</para>
<para>When <programlisting>{ any; }</programlisting> is specified
as the <varname>address_match_list</varname> for the
<command>listen-on-v6</command> statement,
<command>listen-on-v6</command> option,
the server does not bind a separate socket to each IPv6 interface
address as it does for IPv4 if the operating system has enough API
support for IPv6 (specifically if it conforms to RFC 3493 and RFC 3542).
@ -3528,7 +3528,7 @@ and on port 1234 of IPv6 addresses that is not in the prefix
<para>To make the server not listen on any IPv6 address, use</para>
<programlisting>listen-on-v6 { none; };
</programlisting>
<para>If no <command>listen-on-v6</command> statement is specified,
<para>If no <command>listen-on-v6</command> option is specified,
the server will not listen on any IPv6 address.</para></sect3>
<sect3><title>Query Address</title>