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:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user