4032. [bug] Built-in "empty" zones did not correctly inherit the

"allow-transfer" ACL from the options or view.
                        [RT #38310]
This commit is contained in:
Mark Andrews
2015-01-10 22:01:42 +11:00
parent e5073ab47c
commit 7952156995
6 changed files with 30 additions and 3 deletions

View File

@@ -41,9 +41,14 @@ options {
except-from { "goodcname.example.net";
"gooddname.example.net"; };
allow-query {!10.53.0.8; any; };
allow-transfer { none; };
};
zone "." {
type hint;
file "root.hint";
};
zone "1.10.in-addr.arpa" {
type master; file "empty.db";
};