diff options
Diffstat (limited to 'test/server.go')
-rw-r--r-- | test/server.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/server.go b/test/server.go index 93016501d..9908285d1 100644 --- a/test/server.go +++ b/test/server.go @@ -4,9 +4,10 @@ import ( "sync" "github.com/coredns/coredns/core/dnsserver" - // Hook in CoreDNS. _ "github.com/coredns/coredns/core" + // Load all managed plugins in github.com/coredns/coredns + _ "github.com/coredns/coredns/core/plugin" "github.com/caddyserver/caddy" ) |