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:
parent
7177f9c7af
commit
56d9be2bf3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue