mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-31 10:13:14 -04:00 
			
		
		
		
	plugin/k8s_external: implement zone transfers (#4977)
Implement transfer for k8s_external. Notifies not supported. Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
		| @@ -26,6 +26,8 @@ func setup(c *caddy.Controller) error { | ||||
| 		if x, ok := m.(Externaler); ok { | ||||
| 			e.externalFunc = x.External | ||||
| 			e.externalAddrFunc = x.ExternalAddress | ||||
| 			e.externalServicesFunc = x.ExternalServices | ||||
| 			e.externalSerialFunc = x.ExternalSerial | ||||
| 		} | ||||
| 		return nil | ||||
| 	}) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user