Add chankillo server config
authorAlex Dehnert <alex@dehnerts.com>
Tue, 18 Jul 2023 14:20:16 +0000 (14:20 +0000)
committerAlex Dehnert <alex@dehnerts.com>
Tue, 18 Jul 2023 14:20:16 +0000 (14:20 +0000)
named.conf.chankillo [new file with mode: 0644]

diff --git a/named.conf.chankillo b/named.conf.chankillo
new file mode 100644 (file)
index 0000000..eb9e510
--- /dev/null
@@ -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; };
+};