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