mirror of
				https://github.com/coredns/coredns.git
				synced 2025-11-03 18:53:13 -05:00 
			
		
		
		
	These can be enabled by adding "transfer out" to the Corefile. Without it no AXFR is allowed. For now only AXFR and no IXFR. No TSIG and no ACLs.
		
			
				
	
	
		
			9 lines
		
	
	
		
			191 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			191 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package file
 | 
						|
 | 
						|
// Notify sends notifies to the configured remotes. It will try up to three times
 | 
						|
// before giving up on a specific remote.
 | 
						|
func Notify(remotes []string) error {
 | 
						|
	return nil
 | 
						|
 | 
						|
}
 |