Fix acl dec
This commit is contained in:
parent
b9814b70b6
commit
3467e457df
1 changed files with 4 additions and 4 deletions
|
@ -11,6 +11,10 @@ metadata:
|
|||
namespace: dns
|
||||
data:
|
||||
named.conf: |
|
||||
acl "slaves" {
|
||||
10.42.0.0/16;
|
||||
};
|
||||
|
||||
options {
|
||||
directory "/var/cache/bind";
|
||||
|
||||
|
@ -24,10 +28,6 @@ data:
|
|||
10.40.0.254;
|
||||
};
|
||||
|
||||
acl "slaves" {
|
||||
10.0.0.0/8;
|
||||
};
|
||||
|
||||
allow-transfer { "slaves"; };
|
||||
|
||||
dnssec-validation auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue