Configure public_dns jail.

This commit is contained in:
Tom Alexander
2023-06-18 15:21:16 -04:00
parent 334ec8b49b
commit a10922166b
11 changed files with 110 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
fizz.buzz.:53 {
log
errors
health
file /usr/local/etc/coredns/master.db
}

View File

@@ -0,0 +1 @@
coredns_enable="YES"

View File

@@ -0,0 +1,14 @@
$ORIGIN fizz.buzz.
@ 3600 IN SOA sns.dns.icann.org. noc.dns.icann.org. (
2023061800 ; serial
7200 ; refresh (2 hours)
3600 ; retry (1 hour)
1209600 ; expire (2 weeks)
3600 ; minimum (1 hour)
)
3600 IN NS a.iana-servers.net.
3600 IN NS b.iana-servers.net.
www IN A 127.0.0.1
IN AAAA ::1