Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat(cli): add dns.propagation-wait flag #2266

Merged
merged 2 commits into from
Sep 7, 2024

Conversation

ldez
Copy link
Member

@ldez ldez commented Sep 7, 2024

The flags system doesn't allow having a "mixed" type flag (bool/duration): using GenericFlag doesn't work because you are forced to set a value, this means that using --dns.disable-cp without an explicit value will break.
So it's not possible to use dns.disable-cp to handle the wait.

Also the flag name dns.disable-cp is inaccurate because it will not disable all the propagation checks but only the checks on the nameservers.

Fixes #2030

@ldez ldez merged commit 75b910b into go-acme:master Sep 7, 2024
4 checks passed
@ldez ldez deleted the feat/wait-propagation branch September 7, 2024 19:40
# for free to join this conversation on GitHub. Already have an account? # to comment
Development

Successfully merging this pull request may close these issues.

hope to add a delay to the dns.disable-cp parameter
2 participants