34 lines
610 B
Plaintext
34 lines
610 B
Plaintext
. {
|
|
debug
|
|
log 4da35eeb-1b31-49c6-8de0-81ced814b31b.acme-dns.xaviera.systems {combined}
|
|
reload
|
|
git {
|
|
repo {$GIT_URL}
|
|
path .
|
|
branch master
|
|
interval 30
|
|
}
|
|
acl {
|
|
allow net 127.0.0.0/8
|
|
allow net 10.0.0.0/8
|
|
allow net 172.16.0.0/12
|
|
allow net 192.168.0.0/16
|
|
allow net 74.207.242.178/32
|
|
allow net 129.146.35.42/32
|
|
allow net 65.101.184.219/32
|
|
block type AXFR
|
|
block type IXFR
|
|
}
|
|
forward acme-dns.xaviera.systems {$ACME_DNS_DNS_SERVICE_HOST}
|
|
auto {
|
|
directory /etc/coredns/zones (.*).zone {1}
|
|
}
|
|
transfer {
|
|
to *
|
|
}
|
|
secondary biggeeks.org {
|
|
transfer from 65.101.184.209
|
|
}
|
|
errors
|
|
}
|