aboutsummaryrefslogtreecommitdiff
path: root/core/coredns.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/coredns.go')
-rw-r--r--core/coredns.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/coredns.go b/core/coredns.go
index d7043c804..b621f2c27 100644
--- a/core/coredns.go
+++ b/core/coredns.go
@@ -25,6 +25,7 @@ import (
_ "github.com/miekg/coredns/middleware/metrics"
_ "github.com/miekg/coredns/middleware/pprof"
_ "github.com/miekg/coredns/middleware/proxy"
+ _ "github.com/miekg/coredns/middleware/reverse"
_ "github.com/miekg/coredns/middleware/rewrite"
_ "github.com/miekg/coredns/middleware/root"
_ "github.com/miekg/coredns/middleware/secondary"