summaryrefslogtreecommitdiffstats
path: root/named.conf
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-05-23 20:21:08 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2014-08-17 18:05:31 +0100
commit2a28cf46175eba5a35c16f4a6ba1ca9bafd72c98 (patch)
treed3e53bc971a3d9f85dda6d33062789daf3a4394b /named.conf
parenta6ee39bd3534736436ba76aaac3e65fa99a56aec (diff)
downloaddns-2a28cf46175eba5a35c16f4a6ba1ca9bafd72c98.tar.xz
Add DNSSEC config to named.conf
Diffstat (limited to 'named.conf')
-rw-r--r--named.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/named.conf b/named.conf
index 4d903e3..2befe11 100644
--- a/named.conf
+++ b/named.conf
@@ -43,6 +43,13 @@ zone "kyriasis.com" IN {
2a01:7e00::f03c:91ff:fe69:1787; // lucifer
};
notify explicit;
+
+ key-directory "/home/kyrias/dns/keys";
+
+ # publish and activate dnssec keys
+ auto-dnssec maintain;
+
+ inline-signing yes;
};
logging {