plugin/azure return FQDN as MNAME in SOA record (#4286)
Automatically submitted.
This commit is contained in:
parent
2299c5b696
commit
c9c71d3904
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue