diff options
author | Jonas Smedegaard <dr@jones.dk> | 2023-05-10 19:54:22 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2023-05-10 19:54:22 +0200 |
commit | d6536577b017905a74c0defdc4de232a9a377d14 (patch) | |
tree | 65fc6b15a66055fb1ba94fce3cc6b2dc3eee9197 /bind/named.conf.fake-222 | |
parent | 6b2dcad324a262057d6b0e781183cd8f5456b83b (diff) |
fix use dnssec-policy
Diffstat (limited to 'bind/named.conf.fake-222')
-rw-r--r-- | bind/named.conf.fake-222 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bind/named.conf.fake-222 b/bind/named.conf.fake-222 index bc3938f..608755f 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -48,7 +48,7 @@ zone "homebase.dk" { file "/etc/local-JONES.DK/bind/fake-222/OFF"; }; // Jones zone "jones.dk" { type master; allow-transfer { none; }; - key-directory "/etc/bind/keys"; inline-signing yes; dnssec-policy; dnssec-policy "jones_no_rotate"; + key-directory "/etc/bind/keys"; inline-signing yes; dnssec-policy "jones_no_rotate"; file "JONES.DK/fake-222/jones.dk"; }; // Jones zone "kassandra-production.dk" { type master; allow-transfer { none; }; |