mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 07:12:11 -04:00
add LV to list of non-delegation-only TLDs
This commit is contained in:
parent
baee883e37
commit
4829aea845
1 changed files with 3 additions and 3 deletions
|
|
@ -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.225 2003/09/19 12:39:47 marka Exp $ -->
|
||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.226 2003/09/21 23:26:59 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" and "MUSEUM").
|
||||
Note some TLDs are NOT delegation only (e.g. "DE", "LV" and "MUSEUM").
|
||||
</para>
|
||||
<programlisting>
|
||||
options {
|
||||
root-delegation-only exclude { "de"; "museum"; };
|
||||
root-delegation-only exclude { "de"; "lv"; "museum"; };
|
||||
};
|
||||
</programlisting>
|
||||
</listitem></varlistentry>
|
||||
|
|
|
|||
Loading…
Reference in a new issue