mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
[PR #553] [CLOSED] Move hook challenge deployment into loop #863
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/553
Author: @jandryuk
Created: 4/30/2018
Status: ❌ Closed
Base:
master← Head:deploy-challenges📝 Commits (1)
548757aMove hook challenge deployment into loop📊 Changes
1 file changed (+5 additions, -8 deletions)
View changed files
📝
dehydrated(+5 -8)📄 Description
Certain DNS services (Duck DNS) only allow a single TXT record for a
domain and all subdomains. So the last TXT value will overwrite all
early values. To support such a service, setting TXT records
must be done in the challenge loop. That way the TXT record is set and
immediately checked before going on to the next one.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.