Skip to content
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 Cyon does not work anymore #6127

Open
raoulh opened this issue Dec 3, 2024 · 2 comments
Open

DNS Cyon does not work anymore #6127

raoulh opened this issue Dec 3, 2024 · 2 comments

Comments

@raoulh
Copy link

raoulh commented Dec 3, 2024

Cyon upgraded their system 1 and API and the actual implementation is not working anymore.

@InteractiveNinja made a PR to address this issue: #6097

But the PR was closed.

The fix is easy to change:

zone ➡️ name
value ➡️ dnscontent

-  add_txt_data="zone=${fulldomain_idn}.&ttl=900&type=TXT&value=${txtvalue}"
+  add_txt_data="name=${fulldomain_idn}.&ttl=900&type=TXT&dnscontent=${txtvalue}"

I tested the modification and it works perfectly for me.

Could this be merged please?

Copy link

github-actions bot commented Dec 3, 2024

Please upgrade to the latest code and try again first. Maybe it's already fixed. acme.sh --upgrade If it's still not working, please provide the log with --debug 2, otherwise, nobody can help you.

@InteractiveNinja
Copy link

Hey @raoulh
Thanks for reminding me of this. I fixed it, but had trouble passing the PR checks (cant figure it out even after consulting the docs). Maybe the Maintainer can directly include my changes 👍

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

2 participants