mirror of
https://github.com/coredns/coredns.git
synced 2026-03-12 16:36:58 -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.