On Sun, Oct 4, 2009 at 9:26 PM, Nick Bebout nb@fedoraproject.org wrote:
From 516a908a2effd2e389b18f5b3cb0e8a24d1c14f3 Mon Sep 17 00:00:00 2001
From: Nick Bebout nb@fedoraproject.org Date: Sat, 3 Oct 2009 00:27:12 -0500 Subject: [PATCH] Add DNSKEY records to prepare for DNSSEC signing of zones Add dnssec-enable to named.conf [...] diff --git a/modules/bind/files/named.conf b/modules/bind/files/named.conf index 4de7247..d00e301 100644 --- a/modules/bind/files/named.conf +++ b/modules/bind/files/named.conf @@ -28,6 +28,7 @@ options { auth-nxdomain yes; allow-query { everyone; }; allow-recursion { me; cloud; };
- enable-dnssec yes;
query-source address * port *; query-source-v6 address * port *; allow-transfer { me; slaves; };
Typo?