3180. [func] Local copies of slave zones are now saved in raw

format by default, to improve startup performance.
			'masterfile-format text;' can be used to override
			the default, if desired. [RT #25867]
This commit is contained in:
Evan Hunt
2011-10-26 15:23:37 +00:00
parent f4ee3d9741
commit 9570ddcd41
11 changed files with 139 additions and 57 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.13 2011/09/02 02:25:07 marka Exp $ */
/* $Id: named.conf,v 1.14 2011/10/26 15:23:37 each Exp $ */
controls { /* empty */ };
@@ -43,5 +43,6 @@ zone "nomaster" {
type slave;
file "nomaster1.db";
allow-update-forwarding { any; };
masterfile-format text;
masters { 10.53.0.4; };
};