From d5dc3866e666984c954695f246b8ea3dcd1dfbe4 Mon Sep 17 00:00:00 2001 From: oliverbr <5881331+oliverbr@users.noreply.github.com> Date: Sat, 8 Nov 2025 03:29:10 +0100 Subject: [PATCH] gandiv5: update base API URL (#2708) --- providers/dns/gandiv5/internal/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/dns/gandiv5/internal/client.go b/providers/dns/gandiv5/internal/client.go index 018a05799..36e0dafb1 100644 --- a/providers/dns/gandiv5/internal/client.go +++ b/providers/dns/gandiv5/internal/client.go @@ -15,7 +15,7 @@ import ( ) // defaultBaseURL endpoint is the Gandi API endpoint used by Present and CleanUp. -const defaultBaseURL = "https://dns.api.gandi.net/api/v5" +const defaultBaseURL = "https://api.gandi.net/v5/livedns" // APIKeyHeader API key header. const APIKeyHeader = "X-Api-Key"