Merge remote-tracking branch 'origin/294-bind_transfert_de_zone_DNS_refusee' into pu

This commit is contained in:
Alexandru 2018-08-09 13:55:54 -07:00
commit f77a19e24d
1 changed files with 2 additions and 2 deletions

View File

@ -18,13 +18,13 @@ options {
auth-nxdomain no; # conform to RFC1035
allow-query { "internal"; };
allow-transfer { "allslaves"; };
allow-transfer { "allslaves"; "internal"; };
recursion no;
};
acl "internal" {
{
127.0.0.1;
127.0.0.1; ::1;
};
};