1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-30 05:39:26 +02:00
2017-02-23 16:23:16 +01:00

21 lines
468 B
Plaintext

acl internal_networks {
127.0.0.0/8;
192.168.0.0/16;
172.16.0.0/12;
10.0.0.0/8;
};
options {
directory "/var/bind";
allow-recursion { internal_networks; };
listen-on { any; };
listen-on-v6 { none; };
pid-file "/var/run/named/named.pid";
allow-transfer { none; };
dnssec-enable yes;
dnssec-validation yes;
dnssec-lookaside auto;
};
include "/etc/bind/bind.keys";