2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00
This commit is contained in:
Mark Andrews 2008-09-09 05:42:17 +00:00
parent befa40a9dc
commit 3eeefd54b1

10
FAQ.xml
View File

@ -17,7 +17,7 @@
- PERFORMANCE OF THIS SOFTWARE. - PERFORMANCE OF THIS SOFTWARE.
--> -->
<!-- $Id: FAQ.xml,v 1.45 2008/09/09 05:02:38 marka Exp $ --> <!-- $Id: FAQ.xml,v 1.46 2008/09/09 05:42:17 marka Exp $ -->
<article class="faq"> <article class="faq">
<title>Frequently Asked Questions about BIND 9</title> <title>Frequently Asked Questions about BIND 9</title>
@ -1064,9 +1064,11 @@ empty:
</question> </question>
<answer> <answer>
<para> <para>
NSEC3 records are strictly meta data and can only be returned in NSEC3 records are strictly meta data and can only be
the authority section. This simplifies processing and removes returned in the authority section. This is done so that
the paradox of a NSEC3 record proving it's own non-existance. signing the zone using NSEC3 records does not bring names
into existance that do not exist in the unsigned version
of the zone.
</para> </para>
</answer> </answer>
</qandaentry> </qandaentry>