From e89d96a31378e0182fc9e78eda703eb98541c754 Mon Sep 17 00:00:00 2001 From: Anton Pates Date: Mon, 24 Jul 2023 16:07:29 +0300 Subject: [PATCH] replace api.gcorelabs.com with gcore.com --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 26d8f23..8540644 100644 --- a/main.go +++ b/main.go @@ -201,7 +201,7 @@ func (c *gcoreDNSProviderSolver) initSDK(ch *v1alpha1.ChallengeRequest) (*dnssdk } apiFullUrl := cfg.ApiUrl if apiFullUrl == "" { - apiFullUrl = "https://api.gcorelabs.com/dns" + apiFullUrl = "https://api.gcore.com/dns" } apiURL, err := url.Parse(apiFullUrl) if err != nil || apiFullUrl == "" {