mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-31 02:03:20 -04:00 
			
		
		
		
	Allow specifying a primary server and retrieve the zone's content. Add tests and an Expired bool to zone struct, to stop server zones that are expired. The zone is retrieved on Startup, no updates of changed content are done. We also don't respond to notifies yet.
		
			
				
	
	
		
			8 lines
		
	
	
		
			107 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			107 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package secondary
 | |
| 
 | |
| import "github.com/miekg/coredns/middleware/file"
 | |
| 
 | |
| type Secondary struct {
 | |
| 	file.File
 | |
| }
 |