feat: dynamic config loading

!1
This commit is contained in:
2023-11-12 21:11:13 +09:30
parent fa3c50f9f8
commit b158f228e1
3 changed files with 21 additions and 42 deletions

View File

@ -0,0 +1,19 @@
options {
directory "/var/bind";
listen-on { 127.0.0.1; };
listen-on-v6 { none; };
allow-transfer {
none;
};
pid-file "/var/run/named/named.pid";
allow-recursion { none; };
recursion no;
};