mirror of
https://github.com/go-acme/lego.git
synced 2026-01-25 05:06:16 +00:00
gandiv5: update base API URL (#2708)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user