Browse Source

Fix bind9 config

andryyy 8 years ago
parent
commit
4db74f6734
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data/conf/bind9/named.conf

+ 1 - 1
data/conf/bind9/named.conf

@@ -6,7 +6,7 @@ acl internal_networks {
 };
 
 options {
-        directory "/var/cache/bind";
+        directory "/var/bind";
         allow-recursion { internal_networks; };
         listen-on { any; };
         listen-on-v6 { none; };