Compare commits
2 commits
b9814b70b6
...
c63638a1a5
Author | SHA1 | Date | |
---|---|---|---|
c63638a1a5 | |||
3467e457df |
1 changed files with 6 additions and 5 deletions
|
@ -11,6 +11,12 @@ metadata:
|
||||||
namespace: dns
|
namespace: dns
|
||||||
data:
|
data:
|
||||||
named.conf: |
|
named.conf: |
|
||||||
|
acl "slaves" {
|
||||||
|
10.42.0.0/16;
|
||||||
|
};
|
||||||
|
|
||||||
|
include "/etc/bind/externaldns-key.conf";
|
||||||
|
|
||||||
options {
|
options {
|
||||||
directory "/var/cache/bind";
|
directory "/var/cache/bind";
|
||||||
|
|
||||||
|
@ -24,14 +30,9 @@ 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;
|
||||||
include "/etc/bind/externaldns-key.conf";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
zone "." IN {
|
zone "." IN {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue