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 186c59612..369230492 100644 --- a/core/coredns.go +++ b/core/coredns.go @@ -21,6 +21,7 @@ import ( _ "github.com/miekg/coredns/middleware/proxy" _ "github.com/miekg/coredns/middleware/rewrite" _ "github.com/miekg/coredns/middleware/secondary" + _ "github.com/miekg/coredns/middleware/whoami" ) // Quiet mode will not show any informative output on initialization. |