Unbound changes

This commit is contained in:
andryyy
2017-06-18 20:23:26 +02:00
parent 7b1eb71216
commit 6fa19a37d8
4 changed files with 1 additions and 28 deletions

View File

@@ -1,21 +0,0 @@
acl internal_networks {
127.0.0.0/8;
192.168.0.0/16;
172.16.0.0/12;
10.0.0.0/8;
fd4d:6169:6c63:6f77::/64;
};
options {
directory "/var/bind";
allow-recursion { internal_networks; };
listen-on { any; };
listen-on-v6 { any; };
pid-file "/var/run/named/named.pid";
allow-transfer { none; };
dnssec-enable yes;
dnssec-validation yes;
dnssec-lookaside auto;
};
include "/etc/bind/bind.keys";