This adds an optional sleep timer when there are pending challenges and the challenge type is dns-01. It allows time for DNS to propagate for some slower providers if needed.
To use it, enable SLEEPTIME=X in your config, where X is a positive integer value in seconds. This will pause the script just after deploying the challenges (only if there were challenges) before continuing to the validation phase. This works especially well when coupled with lexicon in a hook script.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/dehydrated-io/dehydrated/pull/613
**Author:** [@Kage](https://github.com/Kage)
**Created:** 12/11/2018
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `add-sleep`
---
### 📝 Commits (1)
- [`643b9db`](https://github.com/dehydrated-io/dehydrated/commit/643b9db65a596c06cc06f48bcc0fa6d04d541ccb) Adding sleep timer for dns-01 challenges
### 📊 Changes
**3 files changed** (+8 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `CHANGELOG` (+1 -0)
📝 `dehydrated` (+3 -0)
📝 `docs/examples/config` (+4 -0)
</details>
### 📄 Description
This adds an optional sleep timer when there are pending challenges and the challenge type is dns-01. It allows time for DNS to propagate for some slower providers if needed.
To use it, enable `SLEEPTIME=X` in your config, where `X` is a positive integer value in seconds. This will pause the script just after deploying the challenges (only if there were challenges) before continuing to the validation phase. This works especially well when coupled with [lexicon](https://github.com/AnalogJ/lexicon) in a hook script.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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.
📋 Pull Request Information
Original PR: https://github.com/dehydrated-io/dehydrated/pull/613
Author: @Kage
Created: 12/11/2018
Status: ❌ Closed
Base:
master← Head:add-sleep📝 Commits (1)
643b9dbAdding sleep timer for dns-01 challenges📊 Changes
3 files changed (+8 additions, -0 deletions)
View changed files
📝
CHANGELOG(+1 -0)📝
dehydrated(+3 -0)📝
docs/examples/config(+4 -0)📄 Description
This adds an optional sleep timer when there are pending challenges and the challenge type is dns-01. It allows time for DNS to propagate for some slower providers if needed.
To use it, enable
SLEEPTIME=Xin your config, whereXis a positive integer value in seconds. This will pause the script just after deploying the challenges (only if there were challenges) before continuing to the validation phase. This works especially well when coupled with lexicon in a hook script.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.