forked from TrueCloudLab/lego
gcore: change dns api url (#1629)
This commit is contained in:
parent
e83220c1c5
commit
3694559777
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
defaultBaseURL = "https://dnsapi.gcorelabs.com"
|
||||
defaultBaseURL = "https://api.gcorelabs.com/dns"
|
||||
tokenHeader = "APIKey"
|
||||
txtRecordType = "TXT"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue