1581. [func] Disable DNSSEC support by default. To enable
DNSSEC specify "enable-dnssec yes;" in named.conf.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.19 2002/02/20 03:33:54 marka Exp $ */
|
||||
/* $Id: named.conf,v 1.20 2004/02/17 03:40:21 marka Exp $ */
|
||||
|
||||
// NS2
|
||||
|
||||
@@ -29,6 +29,7 @@ options {
|
||||
listen-on-v6 { none; };
|
||||
recursion no;
|
||||
notify yes;
|
||||
enable-dnssec yes;
|
||||
};
|
||||
|
||||
zone "." {
|
||||
|
||||
Reference in New Issue
Block a user