• Miek Gieben's avatar
    middleware/file: fix DS handling (#344) · 4f36e63a
    Miek Gieben authored
    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).
    4f36e63a
server.go 7.32 KB