infrastructure/ansible/roles/adguardhome/files/Corefile
Jake Howard ac166c3874
All checks were successful
/ terraform (push) Successful in 34s
/ ansible (push) Successful in 1m44s
Start resolved to support mDNS
2024-01-10 13:28:45 +00:00

33 lines
504 B
Plaintext

(alias) {
errors
cancel
forward . tls://9.9.9.10 {
tls_servername dns10.quad9.net
}
hosts {
{{ pve_hosts.ingress.external_ip }} pve.sys.theorangeone.net
fallthrough
ttl 300
}
# HACK: Rewrite the CNAME to itself so it's reprocessed
rewrite cname exact pve.sys.theorangeone.net. pve.sys.theorangeone.net.
}
theorangeone.net:53053 {
import alias
}
jakehoward.tech:53053 {
import alias
}
.:53053 {
acl {
block
}
}