middleware/file: fix DS handling (#344)
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).
Showing
middleware/file/ds_test.go
0 → 100644
test/ds_file_test.go
0 → 100644
test/miek_test.go
0 → 100644
Please register or sign in to comment