mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-04-05 08:54:09 -04:00
fix(njalla): add trailing slash to URL path (#978)
This commit is contained in:
@@ -103,7 +103,7 @@ func (p *Provider) Update(ctx context.Context, client *http.Client, ip netip.Add
|
||||
u := url.URL{
|
||||
Scheme: "https",
|
||||
Host: "njal.la",
|
||||
Path: "/update",
|
||||
Path: "/update/",
|
||||
}
|
||||
values := url.Values{}
|
||||
values.Set("h", utils.BuildURLQueryHostname(p.owner, p.domain))
|
||||
|
||||
Reference in New Issue
Block a user