Compare commits
No commits in common. "c63638a1a5af5f300c2b04a52889dd0e3e78c717" and "b9814b70b6125140d0c11a0d81b1273bfb9bb429" have entirely different histories.
c63638a1a5
...
b9814b70b6
1 changed files with 5 additions and 6 deletions
|
@ -11,12 +11,6 @@ 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";
|
||||||
|
|
||||||
|
@ -30,9 +24,14 @@ 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