From: Tinderbox User Date: Thu, 23 Jun 2016 01:05:13 +0000 (+0000) Subject: regen master X-Git-Tag: v9.11.0b1~29 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=5dde14e1704e22184ae81ca12a1d8335c014c965;p=thirdparty%2Fbind9.git regen master --- diff --git a/doc/arm/Bv9ARM.ch04.html b/doc/arm/Bv9ARM.ch04.html index 2f410582335..01370fb2aec 100644 --- a/doc/arm/Bv9ARM.ch04.html +++ b/doc/arm/Bv9ARM.ch04.html @@ -2498,25 +2498,59 @@ version.catalog.example. IN TXT "1" the domain name label immediately before the catalog zone domain.

- Catalog zones can contain a set of global options that are applied to - all member zones, overriding the settings for the catalog zone - in the configuration file. Currently only the "masters" option - is supported: - + Catalog zone options can be set either globally for the whole catalog + zone or for a single member zone. Global options override the settings + in the configuration file and member zone options override global + options.

+

+ Global options are set at the apex of the catalog zone, e.g.: +

-masters.catalog.example.    IN A 192.0.2.1
-masters.catalog.example.    IN AAAA 2001:db8::1
+ masters.catalog.example.    IN AAAA 2001:db8::1
 
+

BIND currently supports the following options:

+

A member zone is added by including a PTR resource record in the zones sub-domain of the @@ -2535,7 +2569,9 @@ masters.catalog.example. IN AAAA 2001:db8::1

 masters.5960775ba382e7a4e09263fc06e7c00569b6a05c.zones.catalog.example. IN A 192.0.2.2
-masters.5960775ba382e7a4e09263fc06e7c00569b6a05c.zones.catalog.example. IN AAAA 2001:db8::2
+label.masters.5960775ba382e7a4e09263fc06e7c00569b6a05c.zones.catalog.example. IN AAAA 2001:db8::2
+label.masters.5960775ba382e7a4e09263fc06e7c00569b6a05c.zones.catalog.example. IN TXT "tsig_key"
+allow-query.5960775ba382e7a4e09263fc06e7c00569b6a05c.zones.catalog.example. IN APL 1:10.0.0.0/24
 

As would be expected, options defined for a specific zone override