infrastructure/ansible/roles/adguardhome/files/Corefile
Jake Howard cfc3de61b4
Add fallback quad9 address
This aids availability, along with a healthcheck
2024-01-21 23:05:25 +00:00

34 lines
588 B
Plaintext

(alias) {
errors
cancel
forward . tls://9.9.9.10 tls://149.112.112.10 tls://2620:fe::10 tls://2620:fe::fe:10 {
tls_servername dns10.quad9.net
health_check 15s
}
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
}
}