projects
/
sysconfig
/
bind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
405d98d
)
Add chankillo server config
author
Alex Dehnert
<alex@dehnerts.com>
Tue, 18 Jul 2023 14:20:16 +0000
(14:20 +0000)
committer
Alex Dehnert
<alex@dehnerts.com>
Tue, 18 Jul 2023 14:20:16 +0000
(14:20 +0000)
named.conf.chankillo
[new file with mode: 0644]
patch
|
blob
diff --git a/named.conf.chankillo
b/named.conf.chankillo
new file mode 100644
(file)
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; };
+};