From e99ab31f9af8343408c799f1209bc158f518b4ec Mon Sep 17 00:00:00 2001 From: jeessy2 <6205259+jeessy2@users.noreply.github.com> Date: Fri, 11 Oct 2024 19:47:06 -0700 Subject: [PATCH] feat: porkbun endpoint change to 'api.porkbun.com' (#1275) --- dns/porkbun.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/porkbun.go b/dns/porkbun.go index beaa7ab..32ba7ab 100644 --- a/dns/porkbun.go +++ b/dns/porkbun.go @@ -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 {