Skip to content

Commit

Permalink
feat: porkbun endpoint change to 'api.porkbun.com' (#1275)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeessy2 authored Oct 12, 2024
1 parent bc2274b commit e99ab31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns/porkbun.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e99ab31

Please sign in to comment.