diff options
Diffstat (limited to 'core/coredns.go')
-rw-r--r-- | core/coredns.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/coredns.go b/core/coredns.go index 558b03efc..45dffcb37 100644 --- a/core/coredns.go +++ b/core/coredns.go @@ -5,7 +5,8 @@ import ( // plug in the server _ "github.com/miekg/coredns/core/dnsserver" - // plug in the standard directives + // plug in the standard directives (sorted) + _ "github.com/miekg/coredns/middleware/auto" _ "github.com/miekg/coredns/middleware/bind" _ "github.com/miekg/coredns/middleware/cache" _ "github.com/miekg/coredns/middleware/chaos" |