[v9_9] allow-query-on works now
3448. [bug] The allow-query-on ACL was not processed correctly.
[RT #29486]
(cherry picked from commit 222d38735f)
This commit is contained in:
@@ -63,7 +63,7 @@ zone "other.nil" {
|
||||
file "other.db";
|
||||
check-integrity no;
|
||||
update-policy local;
|
||||
allow-query-on { 127.0.0.1; };
|
||||
allow-query-on { 10.53.0.1; 127.0.0.1; };
|
||||
allow-transfer { any; };
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user