3102. [func] New 'dnssec-loadkeys-interval' option configures
how often, in minutes, to check the key repository for updates when using automatic key maintenance. Default is every 60 minutes (formerly hard-coded to 12 hours). [RT #23744] 3101. [bug] Zones using automatic key maintenance could fail to check the key repository for updates. [RT #23744]
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.5 2010/01/18 23:48:40 tbox Exp $ */
|
||||
/* $Id: named.conf,v 1.6 2011/04/29 21:37:14 each Exp $ */
|
||||
|
||||
// NS2
|
||||
|
||||
@@ -32,6 +32,7 @@ options {
|
||||
notify yes;
|
||||
dnssec-enable yes;
|
||||
dnssec-validation yes;
|
||||
dnssec-loadkeys-interval 30;
|
||||
};
|
||||
|
||||
key rndc_key {
|
||||
|
||||
Reference in New Issue
Block a user