restructure corefiles
parent
9bb752e1eb
commit
8326ed0ceb
10
Corefile
10
Corefile
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue