Implement chaos middleware

This allows for CH TXT queries that return some information about
the server and/or the authors (or whatever you put in there).
This commit is contained in:
Miek Gieben
2016-03-24 17:58:31 +00:00
parent 9712bade34
commit 5d70567f1c
7 changed files with 188 additions and 6 deletions

View File

@@ -8,10 +8,10 @@ import (
"strings"
"testing"
"golang.org/x/net/context"
"github.com/miekg/coredns/middleware"
"github.com/miekg/dns"
"golang.org/x/net/context"
)
func TestErrors(t *testing.T) {