From: Mark Andrews Date: Tue, 23 Sep 2003 00:51:26 +0000 (+0000) Subject: 1512. [doc] Add "US" to root-delgation-only exclude list. X-Git-Tag: v9.2.4rc1~111^2~65 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=73d74334741756eab4a9afd8d3c4e7c08da9a844;p=thirdparty%2Fbind9.git 1512. [doc] Add "US" to root-delgation-only exclude list. --- diff --git a/CHANGES b/CHANGES index b126afe0744..0ffa245be1a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,13 +1,17 @@ +1512. [doc] Add "US" to root-delgation-only exclude list. + 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. diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 6f252de5a7d..e55c949ffef 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -2,7 +2,7 @@ - + BIND 9 Administrator Reference Manual @@ -2942,11 +2942,11 @@ Turn on enforcment of delegation-only in TLDs and root zones with an optional exclude list. -Note some TLDs are NOT delegation only (e.g. "DE", "LV" and "MUSEUM"). +Note some TLDs are NOT delegation only (e.g. "DE", "LV", "US" and "MUSEUM"). options { - root-delegation-only exclude { "de"; "lv"; "museum"; }; + root-delegation-only exclude { "de"; "lv"; "us"; "museum"; }; };