diff options
Diffstat (limited to 'middleware/secondary/secondary.go')
-rw-r--r-- | middleware/secondary/secondary.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/middleware/secondary/secondary.go b/middleware/secondary/secondary.go index 6a95230f4..da31d5171 100644 --- a/middleware/secondary/secondary.go +++ b/middleware/secondary/secondary.go @@ -1,7 +1,7 @@ // Package secondary implements a secondary middleware. package secondary -import "github.com/miekg/coredns/middleware/file" +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. |