mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-31 10:13:14 -04:00 
			
		
		
		
	Support outgoing zone transfers
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.
This commit is contained in:
		
							
								
								
									
										8
									
								
								middleware/file/notify.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								middleware/file/notify.go
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | ||||
| 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 | ||||
|  | ||||
| } | ||||
		Reference in New Issue
	
	Block a user