restructure corefiles

master
Dessa Simpson 2023-12-22 00:40:46 -07:00
parent 9bb752e1eb
commit 8326ed0ceb
2 changed files with 33 additions and 11 deletions

View File

@ -13,6 +13,7 @@
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
}
@ -22,13 +23,8 @@
transfer {
to *
}
errors
}
biggeeks.org {
reload
secondary {
secondary biggeeks.org {
transfer from 65.101.184.209
}
errors
}
}

View File

@ -1,5 +1,31 @@
acme-dns.k7dxs.net {
forward . {$ACME_DNS_DNS_SERVICE_HOST}
. {
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
}
import Corefile