1513. [doc] Add "US" and "ORG" to root-delgation-only exclude list.

This commit is contained in:
Mark Andrews
2003-09-23 06:03:11 +00:00
parent 41f3bf915b
commit 0f6098954d
2 changed files with 10 additions and 5 deletions

View File

@@ -1,15 +1,20 @@
1513. [doc] Add "US" and "ORG" to root-delgation-only exclude list.
1512. [bug] Extend the delegation-only logging to return query
type, class and responding nameserver.
1511. [bug] delegation-only was generating false positives
on negative answers from subzones.
1510. [func] New view option "root-delegation-only". Apply
delegation-only check to all TLDs and root.
Note there are some TLDs that are NOT delegation
only (e.g. DE and MUSEUM) these can be excluded
only (e.g. DE, LV, US and MUSEUM) these can be excluded
from the checks by using exclude.
root-delegation-only exclude { "DE"; "MUSEUM"; };
root-delegation-only exclude {
"DE"; "LV"; "US"; "MUSEUM";
};
1509. [bug] Hint zones should accept delegation-only. Forward
zone should not accept delegation-only.

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.155.2.27.2.30 2003/09/19 12:44:36 marka Exp $ -->
<!-- File: $Id: Bv9ARM-book.xml,v 1.155.2.27.2.31 2003/09/23 06:03:11 marka Exp $ -->
<book>
<title>BIND 9 Administrator Reference Manual</title>
@@ -2945,11 +2945,11 @@ Turn on enforcment of delegation-only in TLDs and root zones with an optional
exclude list.
</para>
<para>
Note some TLDs are NOT delegation only (e.g. "DE" and "MUSEUM").
Note some TLDs are NOT delegation only (e.g. "DE", "LV", "US", "ORG" and "MUSEUM").
</para>
<programlisting>
options {
root-delegation-only exclude { "de"; "museum"; };
root-delegation-only exclude { "de"; "lv"; "us"; "org"; "museum"; };
};
</programlisting>
</listitem></varlistentry>