2007. [func] It is now possible to explicitly enable DNSSEC
validation. default dnssec-validation no; to
be changed to yes in 9.5.0. [RT #15674]
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.24 2004/05/05 01:32:57 marka Exp $ */
|
||||
/* $Id: named.conf,v 1.25 2006/03/09 23:21:53 marka Exp $ */
|
||||
|
||||
// NS2
|
||||
|
||||
@@ -32,6 +32,7 @@ options {
|
||||
recursion no;
|
||||
notify yes;
|
||||
dnssec-enable yes;
|
||||
dnssec-validation yes;
|
||||
};
|
||||
|
||||
zone "." {
|
||||
|
||||
Reference in New Issue
Block a user