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
|
namespace: dns
|
||||||
data:
|
data:
|
||||||
named.conf: |
|
named.conf: |
|
||||||
|
acl "slaves" {
|
||||||
|
10.42.0.0/16;
|
||||||
|
};
|
||||||
|
|
||||||
options {
|
options {
|
||||||
directory "/var/cache/bind";
|
directory "/var/cache/bind";
|
||||||
|
|
||||||
|
@ -24,10 +28,6 @@ data:
|
||||||
10.40.0.254;
|
10.40.0.254;
|
||||||
};
|
};
|
||||||
|
|
||||||
acl "slaves" {
|
|
||||||
10.0.0.0/8;
|
|
||||||
};
|
|
||||||
|
|
||||||
allow-transfer { "slaves"; };
|
allow-transfer { "slaves"; };
|
||||||
|
|
||||||
dnssec-validation auto;
|
dnssec-validation auto;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue