mirror of
https://github.com/jeessy2/ddns-go.git
synced 2024-11-25 16:46:24 +08:00
feat: porkbun endpoint change to 'api.porkbun.com' (#1275)
This commit is contained in:
parent
bc2274bc8b
commit
e99ab31f9a
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user