From: Mark Andrews Date: Tue, 23 Sep 2003 07:11:40 +0000 (+0000) Subject: Remove ORG X-Git-Tag: v9.2.4rc1~111^2~62 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=325ac99be488da6ea15bd588b6b0ca635fe11e07;p=thirdparty%2Fbind9.git Remove ORG --- diff --git a/CHANGES b/CHANGES index baca52fb324..e3b334d6e41 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -1513. [doc] Add "US" and "ORG" to root-delgation-only exclude list. +1513. [doc] Add "US" to root-delgation-only exclude list. 1512. [bug] Extend the delegation-only logging to return query type, class and responding nameserver. diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 429b2a6213a..3d2f9035259 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", "US", "ORG" and "MUSEUM"). +Note some TLDs are NOT delegation only (e.g. "DE", "LV", "US" and "MUSEUM"). options { - root-delegation-only exclude { "de"; "lv"; "us"; "org"; "museum"; }; + root-delegation-only exclude { "de"; "lv"; "us"; "museum"; }; };