mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-27 17:17:22 -04:00
delegation-only is valid for type forward
This commit is contained in:
parent
cf029c9369
commit
4e7d13747a
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
- PERFORMANCE OF THIS SOFTWARE.
|
||||
-->
|
||||
|
||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.292 2006/01/30 00:26:37 marka Exp $ -->
|
||||
<!-- File: $Id: Bv9ARM-book.xml,v 1.293 2006/01/30 00:38:14 marka Exp $ -->
|
||||
<book xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>BIND 9 Administrator Reference Manual</title>
|
||||
|
||||
|
|
@ -8055,6 +8055,7 @@ zone <replaceable>zone_name</replaceable> <optional><replaceable>class</replacea
|
|||
type forward;
|
||||
<optional> forward (<constant>only</constant>|<constant>first</constant>) ; </optional>
|
||||
<optional> forwarders { <optional> <replaceable>ip_addr</replaceable> <optional>port <replaceable>ip_port</replaceable></optional> ; ... </optional> }; </optional>
|
||||
<optional> delegation-only <replaceable>yes_or_no</replaceable> ; </optional>
|
||||
};
|
||||
|
||||
zone <replaceable>zone_name</replaceable> <optional><replaceable>class</replaceable></optional> {
|
||||
|
|
|
|||
Loading…
Reference in a new issue