From 73d74334741756eab4a9afd8d3c4e7c08da9a844 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 23 Sep 2003 00:51:26 +0000 Subject: [PATCH] 1512. [doc] Add "US" to root-delgation-only exclude list. --- CHANGES | 8 ++++++-- doc/arm/Bv9ARM-book.xml | 6 +++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index b126afe074..0ffa245be1 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 6f252de5a7..e55c949ffe 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"; }; };