mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 15:13:33 +01:00
[PR #613] [CLOSED] Add sleep timer for dns-01 challenges #873
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?
📋 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.