mirror of
https://github.com/coredns/coredns.git
synced 2025-10-10 06:52:02 +02:00
plugin/azure return FQDN as MNAME in SOA record (#4286)
Automatically submitted.
This commit is contained in:
parent
2299c5b696
commit
c9c71d3904
@ -286,7 +286,7 @@ func updateZoneFromPrivateResourceSet(recordSet privatedns.RecordSetListResultPa
|
|||||||
Refresh: uint32(*(SOA.RefreshTime)),
|
Refresh: uint32(*(SOA.RefreshTime)),
|
||||||
Serial: uint32(*(SOA.SerialNumber)),
|
Serial: uint32(*(SOA.SerialNumber)),
|
||||||
Mbox: dns.Fqdn(*(SOA.Email)),
|
Mbox: dns.Fqdn(*(SOA.Email)),
|
||||||
Ns: *(SOA.Host)}
|
Ns: dns.Fqdn(*(SOA.Host))}
|
||||||
newZ.Insert(soa)
|
newZ.Insert(soa)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user