mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-01 10:08:39 -04:00
fix(linode): name field when creating record
This commit is contained in:
@@ -252,7 +252,7 @@ func (p *Provider) createRecord(ctx context.Context, client *http.Client,
|
||||
|
||||
requestData := domainRecord{
|
||||
Type: recordType,
|
||||
Host: p.host,
|
||||
Host: p.BuildDomainName(),
|
||||
IP: ip.String(),
|
||||
}
|
||||
buffer := bytes.NewBuffer(nil)
|
||||
|
||||
Reference in New Issue
Block a user