-
Notifications
You must be signed in to change notification settings - Fork 380
Description
Hello,
I'm a Porkbun customer, and just today got an email saying that they will be changing their api endpoint. Will this affect the functionality of ddclient?
Hello there,
The reason you are receiving this email is because you have an API key associated with your account. In order to ensure that any apps or tools you may have that utilize our API, we wanted to let you know about some upcoming critical updates.
We know these kinds of changes are annoying but the time has come to separate the processing of incoming API commands from our website. In previous documentation the hostname porkbun.com was used for the API but we have recently updated it to api.porkbun.com and in the near future will start enforcing its use. Please update the hostname for our API to api.porkbun.com as soon as possible.
CRITICAL UPDATE DETAILS
Type: API Hostname Change
Old Value: porkbun.com
New Value: api.porkbun.com
Deadline: 2024-12-01 00:00:00 UTC
I think it will, from looking at the code: https://github.com/ddclient/ddclient/blob/master/ddclient.in#L6826
I think this might be as simple as changing the domain from porkbun.com to api.porkbun.com, but I'm not sure. I haven't looked into it but I might if I have time
Old API docs: https://porkbun.com/api/json/v3/documentation
New API docs: https://api.porkbun.com/api/json/v3/documentation
They seem the same to me, just a url change.