Add recursive lookups

master
Dessa Simpson 2022-08-24 16:37:49 -07:00
parent 2bea27e22f
commit 7c79da6f8b
2 changed files with 12 additions and 2 deletions

View File

@ -18,3 +18,13 @@ biggeeks.org {
}
errors
}
. {
acl {
allow net 10.0.0.0/8
allow net 172.16.0.0/12
allow net 192.168.0.0/16
block
}
forward . 1.1.1.1 1.0.0.1
}

View File

@ -1,5 +1,3 @@
import Corefile
cis.k7dxs.net {
reload
hosts /etc/coredns/zones/cis.k7dxs.net.hosts {
@ -9,3 +7,5 @@ cis.k7dxs.net {
file /etc/coredns/zones/cis.k7dxs.net.zone
errors
}
import Corefile