mirror of
https://github.com/jeessy2/ddns-go.git
synced 2025-10-20 15:33:46 +08:00
feat: porkbun endpoint change to 'api.porkbun.com' (#1275)
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user