use flareresolver url when configured
All checks were successful
Build and publish the docker image / build (push) Successful in 59s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-05-02 16:57:32 +03:00
parent 2a7121d85c
commit 48288da414
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

@ -43,7 +43,7 @@ func GET(url string) ([]byte, int, http.Header, error) {
client.R().SetHeader("Content-Type", "application/json") client.R().SetHeader("Content-Type", "application/json")
client.R().SetBody(request{ client.R().SetBody(request{
Cmd: "request.get", Cmd: "request.get",
Url: url, Url: frurl,
MaxTimeout: 60000, MaxTimeout: 60000,
}) })
client.R().SetResult(&response{}) client.R().SetResult(&response{})