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:
		| @@ -528,6 +528,8 @@ func (n *Node) floor(rr dns.RR) *Node { | ||||
| 	return n | ||||
| } | ||||
|  | ||||
| // TODO(successor, predecessor) | ||||
|  | ||||
| // Ceil returns the smallest value equal to or greater than the query q according to q.Compare(). | ||||
| func (t *Tree) Ceil(rr dns.RR) *Elem { | ||||
| 	if t.Root == nil { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user