From 4db74f6734e918f228c57a53f1e11877d843562c Mon Sep 17 00:00:00 2001 From: andryyy Date: Thu, 23 Feb 2017 16:23:16 +0100 Subject: [PATCH] Fix bind9 config --- data/conf/bind9/named.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/conf/bind9/named.conf b/data/conf/bind9/named.conf index a6be35b3..e3776155 100644 --- a/data/conf/bind9/named.conf +++ b/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; };