diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2008-06-02 12:12:39 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2008-06-02 12:12:39 +0000 |
| commit | 4186eb76f6bc2d25fbdddce833e7ef164530db84 (patch) | |
| tree | eec6c0fd6e3c6495ade49f3698d26f83b8ec65ab /named.conf.sample | |
| parent | 47bde7b4f71d37850a7763fbe1e59a4760b89eaa (diff) | |
- removed dns-keygen utility in favour of rndc-confgen -a (#449287)
- some minor sample fixes (#449274)
Diffstat (limited to 'named.conf.sample')
| -rw-r--r-- | named.conf.sample | 6 |
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: |
