Skip to content

Bug: Porkbun outdated API Hostname #943

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jezh42 opened this issue Feb 21, 2025 · 2 comments
Closed

Bug: Porkbun outdated API Hostname #943

jezh42 opened this issue Feb 21, 2025 · 2 comments

Comments

@jezh42
Copy link

jezh42 commented Feb 21, 2025

Porkbun no longer uses "porkbun.com" for API access, it uses "api.porkbun.com". Returns 403 now, as per https://porkbun.com/api/json/v3/documentation#apiHost

  1. Is this urgent: Yes
  2. DNS provider(s) you use: Porkbun
  3. Program version: Running version 2.6.0 built on 2024-02-03T18:53:40.722Z (commit c338c28)
  4. What are you using to run the container: docker-compose
  5. Extra information (optional)

Logs:

ddns-updater  | 2025-02-21T15:12:51Z DEBUG POST https://porkbun.com/api/json/v3/dns/retrieveByNameType/jezh42.com/A/ | headers: Content-Type: application/json; Accept: application/json; User-Agent: DDNS-Updater [email protected] | body: {"secretapikey":"sk1_redacted","apikey":"pk1_redacted"}
ddns-updater  | 2025-02-21T15:12:52Z DEBUG 403 Forbidden | headers: Date: Fri, 21 Feb 2025 15:12:52 GMT; Content-Type: text/html; Content-Length: 118; Server: awselb/2.0 | body: 
403 Forbidden

Configuration file (remove your credentials!):

{
  "settings": [
    {
      "provider": "porkbun",
      "domain": "jezh42.com",
      "api_key": "pk1_redacted",
      "secret_api_key": "sk1_redacted",
      "ip_version": "ipv4",
      "ipv6_suffix": ""
    }
  ]
}

Host OS: Debian 11 (CasaOS)

@dr3wballard
Copy link

It looks like this should have been fixed in v2.9.0?
#837

@bentemple
Copy link
Collaborator

bentemple commented Apr 16, 2025

Yep, Fixed in #837 / 2.9.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants