We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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)
The text was updated successfully, but these errors were encountered:
It looks like this should have been fixed in v2.9.0? #837
Sorry, something went wrong.
Yep, Fixed in #837 / 2.9.0
No branches or pull requests
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
Logs:
Configuration file (remove your credentials!):
Host OS: Debian 11 (CasaOS)
The text was updated successfully, but these errors were encountered: