-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
dns_active24: rewrite for supporting new v2 API #6197
base: dev
Are you sure you want to change the base?
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. |
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
id
of service, then use theservice_id
in V2 requests.This
dns_active24
plugin 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.