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?
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?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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!