summaryrefslogtreecommitdiffstats
path: root/named.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'named.conf.sample')
-rw-r--r--named.conf.sample6
1 files changed, 3 insertions, 3 deletions
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: