k7dxs-dns/Corefile

34 lines
450 B
Plaintext

. {
reload
git {
repo {$GIT_URL}
path .
branch main
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
block type AXFR
block type IXFR
}
auto {
directory /etc/coredns/zones (.*).zone {1}
}
transfer {
to *
}
errors
}
biggeeks.org {
reload
secondary {
transfer from 65.101.184.209
}
errors
}