diff options
Diffstat (limited to 'core/coredns.go')
-rw-r--r-- | core/coredns.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/coredns.go b/core/coredns.go index c74f7b0a5..0ef1789b1 100644 --- a/core/coredns.go +++ b/core/coredns.go @@ -11,6 +11,7 @@ import ( _ "github.com/miekg/coredns/middleware/cache" _ "github.com/miekg/coredns/middleware/chaos" _ "github.com/miekg/coredns/middleware/dnssec" + _ "github.com/miekg/coredns/middleware/erratic" _ "github.com/miekg/coredns/middleware/errors" _ "github.com/miekg/coredns/middleware/etcd" _ "github.com/miekg/coredns/middleware/file" |