1581. [func] Disable DNSSEC support by default. To enable

DNSSEC specify "enable-dnssec yes;" in named.conf.
This commit is contained in:
Mark Andrews
2004-02-17 03:40:23 +00:00
parent 4230c2e85e
commit 89783da064
15 changed files with 56 additions and 18 deletions

View File

@@ -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 "." {