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"