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

Add support for updating multiple nameservers via dns_nsupdate #5308

Open
marshallwp opened this issue Sep 27, 2024 · 1 comment
Open

Add support for updating multiple nameservers via dns_nsupdate #5308

marshallwp opened this issue Sep 27, 2024 · 1 comment

Comments

@marshallwp
Copy link

marshallwp commented Sep 27, 2024

The dnsapi/dns_nsupdate.sh dnsapi script is used for DNS-01 acme challenges. However it currently only supports updating a single nameserver during such challenges. In the event your network admin requires you to update multiple nameservers during such challenges, the current script does not work.

Fixing this is relatively simple: change NSUPDATE_SERVER to a space-delimited list of servers instead of a single server and then loop through them during the challenge.

I will be making a pull request to solve this just as soon as I can get through all the setup for that.

EDIT: This will take longer than expected. I wasn't initially aware that tests would include actual usage. I don't currently have a way to test DNS-01 challenges remotely; the DNS servers I have access to do not accept changes from the internet.

Copy link

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.

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

1 participant