mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
We don't need to use the muxer in Go DNS s we only have one entry point per server - and mux ourselves in ServeDNS. Also make ServeDNS take a context, and make that the canonical way to call all middleware.