]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
note that stub zones are only partially supported
authorAndreas Gustafsson <source@isc.org>
Tue, 16 Jan 2001 20:45:42 +0000 (20:45 +0000)
committerAndreas Gustafsson <source@isc.org>
Tue, 16 Jan 2001 20:45:42 +0000 (20:45 +0000)
doc/misc/options

index b4a619a863e02bd7e241a8299f67137f853eba27..28bb89f35f619d870fa15865b8851702d7651a4b 100644 (file)
@@ -1,7 +1,7 @@
 Copyright (C) 2000, 2001  Internet Software Consortium.
 See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
 
-$Id: options,v 1.54.2.1 2001/01/09 22:43:14 bwelling Exp $
+$Id: options,v 1.54.2.2 2001/01/16 20:45:42 gson Exp $
 
 This is a summary of the implementation status of the various named.conf
 options in BIND 9.
@@ -33,6 +33,11 @@ Legend:
 
   #        BIND 9 accepts both LF and CRLF as end-of-line markers.
 
+  $        Stub zones are partially supported.  They no longer
+            inject NS records into their parent zones, but can still
+            be used as a way of forcing a domain to be resolved using
+           a particular set of name servers.
+
 
 options {
   [ version version_string; ]                              Yes
@@ -196,7 +201,7 @@ zone "domain_name" [ ( in | hs | hesiod | chaos ) ] {
 };
 
 zone "domain_name" [ ( in | hs | hesiod | chaos ) ] {
-  type stub;                                               Yes
+  type stub;                                               Yes$
   [ file path_name; ]                                      Yes
   masters [ port ip_port ] { ip_addr; [ ip_addr; ... ] };   Yes
   [ forward ( only | first ); ]                                    Yes