From 3a3e36099ee6c34d6ef1507d28cc4e107bca32d9 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 2 Nov 2022 21:57:58 +0100 Subject: Add inline-signing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://kb.isc.org/docs/dnssec-policy-requires-dynamic-dns-or-inline-signing Signed-off-by: Johannes Löthberg --- named.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/named.conf b/named.conf index 9c4afd1..ac0e4b6 100644 --- a/named.conf +++ b/named.conf @@ -49,6 +49,7 @@ zone "kyriasis.com" IN { 2a01:7e00::f03c:91ff:fe69:1787; // lucifer }; + inline-signing yes; dnssec-policy standard; parental-agents { "com"; }; }; @@ -62,6 +63,7 @@ zone "remmy.io" IN { 2a01:7e00::f03c:91ff:fe69:1787; // lucifer }; + inline-signing yes; dnssec-policy standard; parental-agents { "io"; }; }; -- cgit v1.2.3-54-g00ecf