mirror of
				https://github.com/coredns/coredns.git
				synced 2025-11-04 03:03:14 -05:00 
			
		
		
		
	This fix fixes import path from `github.com/miekg/coredns` -> `github.com/coredns/coredns`
		
			
				
	
	
		
			11 lines
		
	
	
		
			298 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			298 B
		
	
	
	
		
			Go
		
	
	
	
	
	
// 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
 | 
						|
}
 |