2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

listen-on-v6 defaults to off

This commit is contained in:
Brian Wellington 2000-09-27 17:53:30 +00:00
parent 936438fe8b
commit f62e3d42ee

View File

@ -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.12 2000/09/26 18:45:08 bwelling Exp $ --> <!-- File: $Id: Bv9ARM-book.xml,v 1.13 2000/09/27 17:53:30 bwelling Exp $ -->
<book> <book>
@ -2830,7 +2830,7 @@ listen-on-v6 port 1234 { any; };
<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>statement is specified,
the server will listen on port 53 on the IPv6 wildcard address.</para></sect3> the server will not listen on any IPv6 address.</para></sect3>
<sect3><title>Query Address</title> <sect3><title>Query Address</title>
<para>If the server doesn't know the answer to a question, it will <para>If the server doesn't know the answer to a question, it will
query other nameservers. <command>query-source</command> specifies query other nameservers. <command>query-source</command> specifies