瀏覽代碼

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 {
-        directory "/var/cache/bind";
+        directory "/var/bind";
         allow-recursion { internal_networks; };
         listen-on { any; };
         listen-on-v6 { none; };