mirror of
https://github.com/go-acme/lego.git
synced 2025-01-24 14:26:28 +02:00
06b3802346
Prior to this commit, the checkDNSPropagation function was exiting early if the TXT record could not be found on the recursive nameserver, and thus the authoritative nameservers were not being queried until after the record showed up on the recursive nameserver causing a delay. This commit changes that behaviour so that the authoritative nameservers are queried on each execution of checkDNSPropagation when possible.