浏览代码

Fix bind9 config

andryyy 8 年之前
父节点
当前提交
4db74f6734
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      data/conf/bind9/named.conf

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

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