aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/secondary/secondary.go3
1 files changed, 3 insertions, 0 deletions
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" }