mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Resume reading domains.txt after failed validation #362
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @movd on GitHub (Jul 12, 2018).
Thanks for the great work! I have one small request: Currently the script exits after a single failed validation.
I auto generate my domains.txt - Sometimes I have domains in the file which are not yet setup in DNS (DNS problem: NXDOMAIN looking up A for [...]). Thus the Challenge validation fails. Would it be possible to add a switch to skip this failed validation and resume with the rest of the domains.txt file?
@txr13 commented on GitHub (Jul 12, 2018):
There is a switch for this: —keep-going
@movd commented on GitHub (Jul 12, 2018):
Thanks really thought I've read trough all the parameters!