aboutsummaryrefslogtreecommitdiff
path: root/core/coredns.go
diff options
context:
space:
mode:
authorGravatar Richard Hillmann <Project0@users.noreply.github.com> 2017-02-09 20:39:48 +0100
committerGravatar Miek Gieben <miek@miek.nl> 2017-02-09 19:39:48 +0000
commit61afc6dbad70253e812cdda06b33da136e74f5a8 (patch)
tree66c709508b3abd812669ff867d99961e8004f03c /core/coredns.go
parenta7c9fd5d6b5157958a3df8dba0cdc1f24407957b (diff)
downloadcoredns-61afc6dbad70253e812cdda06b33da136e74f5a8.tar.gz
coredns-61afc6dbad70253e812cdda06b33da136e74f5a8.tar.zst
coredns-61afc6dbad70253e812cdda06b33da136e74f5a8.zip
Add middleware reverse (#452)
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"