From 4186eb76f6bc2d25fbdddce833e7ef164530db84 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Mon, 2 Jun 2008 12:12:39 +0000 Subject: - removed dns-keygen utility in favour of rndc-confgen -a (#449287) - some minor sample fixes (#449274) --- named.conf.sample | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'named.conf.sample') diff --git a/named.conf.sample b/named.conf.sample index 6474e7b..c3d1acf 100644 --- a/named.conf.sample +++ b/named.conf.sample @@ -64,7 +64,7 @@ view "internal" match-clients { localnets; }; recursion yes; // all views must contain the root hints zone: - include "/etc/named.root.hints"; + include "named.ca"; /* these are zones that contain definitions for all the localhost @@ -96,7 +96,7 @@ view "internal" key ddns_key { algorithm hmac-md5; - secret "use /usr/sbin/dns-keygen to generate TSIG keys"; + secret "use /usr/sbin/dnssec-keygen to generate TSIG keys"; }; view "external" { @@ -110,7 +110,7 @@ view "external" // end up providing free DNS service to all takers // all views must contain the root hints zone: - include "/etc/named.root.hints"; + include "named.ca"; // These are your "authoritative" external zones, and would probably // contain entries for just your web and mail servers: -- cgit