dns: named.conf use /var/named for dir instead of /

I think this is leftover from chroot named days. New bind requires a
writable directory for this and default is /var/named.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-06-01 13:42:02 -07:00
parent 7177f9c7af
commit 56d9be2bf3

View file

@ -26,7 +26,7 @@ acl "rh-slaves" { 10.5.30.78; 10.11.5.70; 10.5.30.45; 10.5.30.46; };
acl "rh" { 10.0.0.0/8; };
//
options {
directory "/";
directory "/var/named";
auth-nxdomain yes;
allow-query { everyone; };
dnssec-enable yes;