infrastructure/ansible/roles/adguardhome/files/Corefile
Jake Howard 88f0828153
All checks were successful
/ terraform (push) Successful in 47s
/ ansible (push) Successful in 1m39s
Use primary Quad9 servers
DNSSEC and malware blocking is probably useful, just in case
2024-01-21 23:19:49 +00:00

34 lines
582 B
Plaintext

(alias) {
errors
cancel
forward . tls://9.9.9.9 tls://149.112.112.112 tls://2620:fe::fe tls://2620:fe::9 {
tls_servername dns.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
}
}