mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 17:42:04 -04:00
note that stub zonesare only partially supported
This commit is contained in:
parent
1593eff60a
commit
333fe280eb
1 changed files with 7 additions and 2 deletions
|
|
@ -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.56 2001/01/11 23:52:34 bwelling Exp $
|
||||
$Id: options,v 1.57 2001/01/16 20:44:26 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
|
||||
|
|
@ -197,7 +202,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
|
||||
|
|
|
|||
Loading…
Reference in a new issue