mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-04-05 08:54:09 -04:00
fix(dondominio): build host with raw owner to support wildcards
This commit is contained in:
@@ -121,7 +121,7 @@ func (p *Provider) Update(ctx context.Context, client *http.Client, ip netip.Add
|
||||
RawQuery: url.Values{
|
||||
"user": {p.username},
|
||||
"apikey": {p.key},
|
||||
"host": {p.BuildDomainName()},
|
||||
"host": {utils.BuildURLQueryHostname(p.owner, p.domain)},
|
||||
"ip": {ip.String()},
|
||||
"lang": {"en"},
|
||||
}.Encode(),
|
||||
|
||||
Reference in New Issue
Block a user