Gateway/optional-config/Corefile

14 lines
246 B
Text

. {
# CoreDNS standard plugins
loop
errors
health
# Blocking unsafe domains
hosts /config/coredns/blacklist.txt {
fallthrough
}
# Forwarding for domains not in blocklists
forward . /etc/resolv.conf
}