Fix bind9 config

master
andryyy 2017-02-23 16:23:16 +01:00
parent 1c12799091
commit 4db74f6734
1 changed files with 1 additions and 1 deletions

View File

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