mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
listen-on-v6 is not a "statement", but an "option".
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
|
||||||
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
|
"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>
|
<book>
|
||||||
<title>BIND 9 Administrator Reference Manual</title>
|
<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
|
<para>When <programlisting>{ any; }</programlisting> is specified
|
||||||
as the <varname>address_match_list</varname> for the
|
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
|
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
|
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).
|
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>
|
<para>To make the server not listen on any IPv6 address, use</para>
|
||||||
<programlisting>listen-on-v6 { none; };
|
<programlisting>listen-on-v6 { none; };
|
||||||
</programlisting>
|
</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>
|
the server will not listen on any IPv6 address.</para></sect3>
|
||||||
|
|
||||||
<sect3><title>Query Address</title>
|
<sect3><title>Query Address</title>
|
||||||
|
Reference in New Issue
Block a user