diff --git a/plugin/secondary/secondary.go b/plugin/secondary/secondary.go index 43934e80c..809edadbd 100644 --- a/plugin/secondary/secondary.go +++ b/plugin/secondary/secondary.go @@ -8,3 +8,6 @@ import "github.com/coredns/coredns/plugin/file" type Secondary struct { file.File } + +// Name implements the Handler interface. +func (s Secondary) Name() string { return "secondary" }