mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-24 07:41:10 -04:00
Remove ORG
This commit is contained in:
parent
f3b8d0f3e4
commit
325ac99be4
2 changed files with 4 additions and 4 deletions
2
CHANGES
2
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.
|
||||
|
|
|
|||
|
|
@ -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.228 2003/09/23 05:31:38 marka Exp $ -->
|
||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.229 2003/09/23 07:11:40 marka Exp $ -->
|
||||
|
||||
<book>
|
||||
<title>BIND 9 Administrator Reference Manual</title>
|
||||
|
|
@ -2942,11 +2942,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", "LV", "US", "ORG" and "MUSEUM").
|
||||
Note some TLDs are NOT delegation only (e.g. "DE", "LV", "US" and "MUSEUM").
|
||||
</para>
|
||||
<programlisting>
|
||||
options {
|
||||
root-delegation-only exclude { "de"; "lv"; "us"; "org"; "museum"; };
|
||||
root-delegation-only exclude { "de"; "lv"; "us"; "museum"; };
|
||||
};
|
||||
</programlisting>
|
||||
</listitem></varlistentry>
|
||||
|
|
|
|||
Loading…
Reference in a new issue