[PR #613] [CLOSED] Add sleep timer for dns-01 challenges #873

Closed
opened 2025-12-29 01:29:46 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/613
Author: @Kage
Created: 12/11/2018
Status: Closed

Base: masterHead: add-sleep


📝 Commits (1)

  • 643b9db Adding 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=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>
adam added the pull-request label 2025-12-29 01:29:46 +01:00
adam closed this issue 2025-12-29 01:29:46 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#873