mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
@ -161,6 +161,9 @@ func (s *SoftLayer) getExistingRecords(domain *datatypes.Dns_Domain) ([]*models.
|
|||||||
service = *record.Service
|
service = *record.Service
|
||||||
}
|
}
|
||||||
recConfig.SetLabel(fmt.Sprintf("%s.%s", service, strings.ToLower(protocol)), *domain.Name)
|
recConfig.SetLabel(fmt.Sprintf("%s.%s", service, strings.ToLower(protocol)), *domain.Name)
|
||||||
|
case "TXT":
|
||||||
|
recConfig.TxtStrings = append(recConfig.TxtStrings, *record.Data)
|
||||||
|
fallthrough
|
||||||
case "MX":
|
case "MX":
|
||||||
if record.MxPriority != nil {
|
if record.MxPriority != nil {
|
||||||
recConfig.MxPreference = uint16(*record.MxPriority)
|
recConfig.MxPreference = uint16(*record.MxPriority)
|
||||||
|
Reference in New Issue
Block a user