gcore: change dns api url (#1629)

This commit is contained in:
lipovmi 2022-04-26 01:09:34 +03:00 committed by GitHub
parent e83220c1c5
commit 3694559777
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ import (
) )
const ( const (
defaultBaseURL = "https://dnsapi.gcorelabs.com" defaultBaseURL = "https://api.gcorelabs.com/dns"
tokenHeader = "APIKey" tokenHeader = "APIKey"
txtRecordType = "TXT" txtRecordType = "TXT"
) )