mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
The DS record is handled specially in the server ServeDNS mux, but there was no code that actually called the correct middleware handler chain when encountering a DS. This PR fixes that behavoir, additonal bugs has been files to look into how we are handling delegation (secure and non-secure ones).