]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Test that sig-signing-type is accepted
authorMark Andrews <marka@isc.org>
Thu, 16 Sep 2021 00:36:35 +0000 (10:36 +1000)
committerMark Andrews <marka@isc.org>
Thu, 16 Sep 2021 08:17:22 +0000 (18:17 +1000)
bin/tests/system/checkconf/good-sig-signing-type.conf [new file with mode: 0644]

diff --git a/bin/tests/system/checkconf/good-sig-signing-type.conf b/bin/tests/system/checkconf/good-sig-signing-type.conf
new file mode 100644 (file)
index 0000000..51ecc93
--- /dev/null
@@ -0,0 +1,5 @@
+zone example {
+       type master;
+       file "example.db";
+       sig-signing-type 65280;
+};