diff --git a/providers/dnsimple/dnsimpleProvider.go b/providers/dnsimple/dnsimpleProvider.go index 68b771584..1a75d2929 100644 --- a/providers/dnsimple/dnsimpleProvider.go +++ b/providers/dnsimple/dnsimpleProvider.go @@ -84,7 +84,7 @@ func (c *DnsimpleApi) GetDomainCorrections(dc *models.DomainConfig) ([]*models.C } rec.SetLabel(r.Name, dc.Name) switch rtype := r.Type; rtype { - case "ALIAS": + case "ALIAS", "URL": rec.Type = r.Type rec.SetTarget(r.Content) case "MX":