From a53bc010d3493400be76ed59671ba5b5b076e657 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Tue, 18 Jul 2023 14:20:16 +0000 Subject: [PATCH] Add chankillo server config --- named.conf.chankillo | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 named.conf.chankillo diff --git a/named.conf.chankillo b/named.conf.chankillo new file mode 100644 index 0000000..eb9e510 --- /dev/null +++ b/named.conf.chankillo @@ -0,0 +1,8 @@ +zone "dynamic.dehnerts.com" IN { + // secondary is equivalent, starting in bind-9.15.8 + // https://github.com/isc-projects/bind9/commit/79c2400d91b818e66a45494784cea17f46e807f2 + type secondary; + file "/var/lib/bind/dynamic.dehnerts.zone"; + masters { "primary-ns"; }; + allow-query { any; }; +}; -- 2.34.1