feat: porkbun endpoint change to 'api.porkbun.com' (#1275)
Some checks failed
test / test (amd64) (push) Has been cancelled
test / test (arm64) (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled

This commit is contained in:
jeessy2 2024-10-11 19:47:06 -07:00 committed by GitHub
parent bc2274bc8b
commit e99ab31f9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ import (
)
const (
porkbunEndpoint string = "https://porkbun.com/api/json/v3/dns"
porkbunEndpoint string = "https://api.porkbun.com/api/json/v3/dns"
)
type Porkbun struct {