2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

1176. [doc] allow-v6-synthesis is only performed for clients

that are supplied recursive service.  [RT #2260]
This commit is contained in:
Mark Andrews 2002-01-14 05:01:50 +00:00
parent b627356826
commit 49f62849e5
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,6 @@
1176. [doc] allow-v6-synthesis is only performed for clients
that are supplied recursive service. [RT #2260]
1175. [bug] named-checkzone and named-checkconf failed to call
dns_result_register() at startup which could
result in runtime exceptions when printing

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.185 2002/01/09 05:44:28 marka Exp $ -->
<!-- File: $Id: Bv9ARM-book.xml,v 1.186 2002/01/14 05:01:50 marka Exp $ -->
<book>
<title>BIND 9 Administrator Reference Manual</title>
@ -4026,6 +4026,9 @@ The results are returned as a synthetic PTR record in
<para>The synthetic records have a TTL of zero. DNSSEC validation of
synthetic responses is not currently supported; therefore responses
containing synthetic RRs will not have the AD flag set.</para>
<note><para><command>allow-v6-synthesis</command> is only performed for
clients that are supplied recursive service.</para></note>
</sect3>
<sect3 id="tuning"><title>Tuning</title>