dns_active24: rewrite for supporting new v2 API#6197
Conversation
|
Welcome |
Hello, this is my reply |
|
I pulled your PR and tried it out with First attempt failed after adding the TXT record with this:
I re-ran it with (It's certainly better than the current state, where acme.sh stopped working on the new v2 API and the plugin maintainer just went |
|
@jursed really appreciate anyone testing the new version! Thanks. I briefly checked out the error, I have never encountered it, but to me it seems it is not related to the dns_ plugin itself. It appears to be problem with signing request and not with adding values to DNS via API. |
|
This version works fine for me. Thanks. |
ab5836b to
6628804
Compare
The active24 provider has migrated it's customers to new API that is the same platform as websupport API. There is new V2 DNS API to manipulate DNS records.
Also V1 API interaction is needed to get the
idof service, then use theservice_idin V2 requests.This
dns_active24plugin rewrite should fix failing requests for customers, that were already migrated to new API by active24 (migrations started November 2024).I have made the rewrite as current plugin maintainer showed no interest in doing so.