From: Evan Hunt Date: Fri, 22 Aug 2014 05:15:36 +0000 (-0700) Subject: [master] doc masterfile-style X-Git-Tag: v9.11.0a1~1394^2~7 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=e0421bf2c57e3bb8cee8fa33470bfcf450305867;p=thirdparty%2Fbind9.git [master] doc masterfile-style 3919. [doc] Added doc for masterfile-style. [RT #36823] --- diff --git a/CHANGES b/CHANGES index c80996d52f5..c5fbeea3b77 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +3919. [doc] Added doc for masterfile-style. [RT #36823] + 3918. [doc] Update check-spf documentation. [RT #36910] 3917. [bug] dig, nslookup and host now continue on names that are diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index cd061d53644..30122b6bdf0 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -4979,6 +4979,8 @@ badresp:1,adberr:0,findfail:0,valfail:0] max-clients-per-query number ; masterfile-format (text|raw|map) ; + masterfile-style + (relative|full) ; empty-server name ; empty-contact name ; empty-zones-enable yes_or_no ; @@ -8993,6 +8995,31 @@ avoid-v6-udp-ports { 40000; range 50000 60000; }; + + masterfile-style + + + Specifies the formatting of zone files during dump + when the is + text. (This option is ignored + with any other .) + + + When set to relative, + records are printed in a multi-line format with owner + names expressed relative to a shared origin. When set + to full, records are printed in + a single-line format with absolute owner names. + The full format is most suitable + when a zone file needs to be processed automatically + by a script. The relative format + is more human-readable, and is thus suitable when a + zone is to be edited by hand. The default is + relative. + + + + clients-per-query max-clients-per-query @@ -9001,7 +9028,8 @@ avoid-v6-udp-ports { 40000; range 50000 60000; }; initial value (minimum) and maximum number of recursive simultaneous clients for any given query (<qname,qtype,qclass>) that the server will accept - before dropping additional clients. named will attempt to + before dropping additional clients. + named will attempt to self tune this value and changes will be logged. The default values are 10 and 100.