coredns/core
Miek Gieben c655589fa3
core: Fix no handler crash ()
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
2017-12-22 08:55:35 +00:00
..
dnsserver core: Fix no handler crash () 2017-12-22 08:55:35 +00:00
coredns.go core: don't always include all plugins () 2017-10-08 04:27:57 -07:00
zplugin.go Add NSID plugin support for CoreDNS () 2017-12-04 08:28:27 -08:00