mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -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:
@@ -93,7 +93,7 @@ func (e *External) soa(state request.Request) *dns.SOA {
|
||||
soa := &dns.SOA{Hdr: header,
|
||||
Mbox: dnsutil.Join(e.hostmaster, e.apex, state.Zone),
|
||||
Ns: dnsutil.Join("ns1", e.apex, state.Zone),
|
||||
Serial: 12345, // Also dynamic?
|
||||
Serial: e.externalSerialFunc(state.Zone),
|
||||
Refresh: 7200,
|
||||
Retry: 1800,
|
||||
Expire: 86400,
|
||||
|
||||
Reference in New Issue
Block a user