"tests/svn:/svn.code.sf.net/p/irrlicht/code/trunk@3692" did not exist on "73d2385d9c6d47f78874a48bf87f57163fe0e9a7"
core: Fix no handler crash (#1328)
If you have no handlers for any zone CoreDNS would crash, this is very
*uncommon*, because it makes your server a bit unusable. Example config:
~~~
. {
#forward . tls://9.9.9.9 8.8.8.8 {
# health_check 5s
# tls_servername dns.quad9.net
#}
pprof
debug
}
~~~
It this does nothing and doesn't setup you plugin chain because pprof and
debug don't handle queries
Showing
Please register or sign in to comment