mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
BUG: dnssimple URL broke during refactor (#325)
This commit is contained in:
@@ -84,7 +84,7 @@ func (c *DnsimpleApi) GetDomainCorrections(dc *models.DomainConfig) ([]*models.C
|
|||||||
}
|
}
|
||||||
rec.SetLabel(r.Name, dc.Name)
|
rec.SetLabel(r.Name, dc.Name)
|
||||||
switch rtype := r.Type; rtype {
|
switch rtype := r.Type; rtype {
|
||||||
case "ALIAS":
|
case "ALIAS", "URL":
|
||||||
rec.Type = r.Type
|
rec.Type = r.Type
|
||||||
rec.SetTarget(r.Content)
|
rec.SetTarget(r.Content)
|
||||||
case "MX":
|
case "MX":
|
||||||
|
Reference in New Issue
Block a user