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.18 2001/01/11 20:41:37 gson Exp $ */
/* $Id: named.conf,v 1.19 2004/02/17 03:40:21 marka Exp $ */
// NS4
@@ -28,6 +28,7 @@ options {
listen-on { 10.53.0.4; };
listen-on-v6 { none; };
recursion yes;
enable-dnssec yes;
};
zone "." {