| 
									
										
										
										
											2019-11-05 11:18:02 +00:00
										 |  |  | .\" Generated by Mmark Markdown Processer - mmark.miek.nl | 
					
						
							|  |  |  | .TH "COREDNS-TRANSFER" 7 "November 2019" "CoreDNS" "CoreDNS Plugins" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .SH "NAME" | 
					
						
							|  |  |  | .PP | 
					
						
							| 
									
										
										
										
											2019-11-15 15:45:09 +00:00
										 |  |  | \fItransfer\fP - perform zone transfers for other plugins. | 
					
						
							| 
									
										
										
										
											2019-11-05 11:18:02 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | .SH "DESCRIPTION" | 
					
						
							|  |  |  | .PP | 
					
						
							|  |  |  | This plugin answers zone transfers for authoritative plugins that implement | 
					
						
							|  |  |  | \fB\fCtransfer.Transferer\fR. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .PP | 
					
						
							| 
									
										
										
										
											2019-11-15 15:45:09 +00:00
										 |  |  | Transfer answers full zone transfer (AXFR) requests and incremental zone transfer (IXFR) requests | 
					
						
							|  |  |  | with AXFR fallback if the zone has changed. | 
					
						
							| 
									
										
										
										
											2019-11-05 11:18:02 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | .PP | 
					
						
							|  |  |  | Notifies are not currently supported. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .SH "SYNTAX" | 
					
						
							|  |  |  | .PP | 
					
						
							|  |  |  | .RS | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .nf | 
					
						
							|  |  |  | transfer [ZONE...] { | 
					
						
							|  |  |  |   to HOST... | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .fi | 
					
						
							|  |  |  | .RE | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .IP \(bu 4 | 
					
						
							|  |  |  | \fBZONES\fP The zones \fItransfer\fP will answer zone requests for. If left blank, | 
					
						
							|  |  |  | the zones are inherited from the enclosing server block. To answer zone | 
					
						
							|  |  |  | transfers for a given zone, there must be another plugin in the same server | 
					
						
							|  |  |  | block that serves the same zone, and implements \fB\fCtransfer.Transferer\fR. | 
					
						
							|  |  |  | .IP \(bu 4 | 
					
						
							|  |  |  | \fB\fCto\fR \fBHOST...\fP The hosts \fItransfer\fP will transfer to. Use \fB\fC*\fR to permit | 
					
						
							|  |  |  | transfers to all hosts. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 |