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