Fix bind9 config

This commit is contained in:
andryyy 2017-02-23 16:23:16 +01:00
parent 1c12799091
commit 4db74f6734

View File

@ -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; };