feat: porkbun endpoint change to 'api.porkbun.com' (#1275)

This commit is contained in:
jeessy2
2024-10-11 19:47:06 -07:00
committed by GitHub
parent bc2274bc8b
commit e99ab31f9a

View File

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