Fix bind allow-transfer on internal ipv6

This commit is contained in:
Alexandru 2018-08-09 13:46:25 -07:00 committed by Benjamin Sonntag
parent db916ace66
commit fdda4e95e8
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;
};
};