[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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user