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
|
||||
data:
|
||||
named.conf: |
|
||||
acl "slaves" {
|
||||
10.42.0.0/16;
|
||||
};
|
||||
|
||||
include "/etc/bind/externaldns-key.conf";
|
||||
|
||||
options {
|
||||
directory "/var/cache/bind";
|
||||
|
||||
|
@ -30,9 +24,14 @@ data:
|
|||
10.40.0.254;
|
||||
};
|
||||
|
||||
acl "slaves" {
|
||||
10.0.0.0/8;
|
||||
};
|
||||
|
||||
allow-transfer { "slaves"; };
|
||||
|
||||
dnssec-validation auto;
|
||||
include "/etc/bind/externaldns-key.conf";
|
||||
};
|
||||
|
||||
zone "." IN {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue