Skip to content

Commit

Permalink
Update porkbun hostname (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkinahan authored Oct 16, 2024
1 parent 6dda640 commit 00df315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"time"
)

const ApiBase = "https://porkbun.com/api/json/v3"
const ApiBase = "https://api.porkbun.com/api/json/v3"

// LibdnsZoneToPorkbunDomain Strips the trailing dot from a Zone
func LibdnsZoneToPorkbunDomain(zone string) string {
Expand Down

0 comments on commit 00df315

Please sign in to comment.