aboutsummaryrefslogtreecommitdiff
path: root/middleware/secondary/secondary.go
diff options
context:
space:
mode:
Diffstat (limited to 'middleware/secondary/secondary.go')
-rw-r--r--middleware/secondary/secondary.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/middleware/secondary/secondary.go b/middleware/secondary/secondary.go
deleted file mode 100644
index da31d5171..000000000
--- a/middleware/secondary/secondary.go
+++ /dev/null
@@ -1,10 +0,0 @@
-// Package secondary implements a secondary middleware.
-package secondary
-
-import "github.com/coredns/coredns/middleware/file"
-
-// Secondary implements a secondary middleware that allows CoreDNS to retrieve (via AXFR)
-// zone information from a primary server.
-type Secondary struct {
- file.File
-}