mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-30 17:53:21 -04:00 
			
		
		
		
	* Doc: add package docs Add short package level docs to make godoc looks nicer. Add some badges to the README. * correct url
		
			
				
	
	
		
			11 lines
		
	
	
		
			296 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			296 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| // Package secondary implements a secondary middleware.
 | |
| package secondary
 | |
| 
 | |
| import "github.com/miekg/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
 | |
| }
 |