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.16 2001/01/09 21:42:47 bwelling Exp $ */
|
||||
/* $Id: named.conf,v 1.17 2004/02/17 03:40:20 marka Exp $ */
|
||||
|
||||
// NS1
|
||||
|
||||
@@ -29,6 +29,7 @@ options {
|
||||
listen-on-v6 { none; };
|
||||
recursion no;
|
||||
notify yes;
|
||||
enable-dnssec yes;
|
||||
};
|
||||
|
||||
zone "." {
|
||||
|
||||
Reference in New Issue
Block a user