add LV to list of non-delegation-only TLDs

This commit is contained in:
Mark Andrews 2003-09-21 23:26:59 +00:00
parent baee883e37
commit 4829aea845

View file

@ -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>