[master] masterfile-style

3814.	[func]		The "masterfile-style" zone option controls the
			formatting of dumped zone files. Options are
			"relative" (multiline format) and "full" (one
			record per line). The default is "relative".
			[RT #20798]
This commit is contained in:
Evan Hunt
2014-04-17 17:10:29 -07:00
parent 4e7973990c
commit ec3b216506
8 changed files with 100 additions and 17 deletions

View File

@@ -14,8 +14,6 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.9 2012/02/14 23:47:15 tbox Exp $ */
// NS1
controls { /* empty */ };
@@ -70,6 +68,13 @@ zone "transfer3" {
allow-transfer { any; };
};
zone "transfer4" {
type master;
file "example.db";
allow-transfer { any; };
};
zone "large" {
type master;
file "large.db.raw";