1
0
mirror of https://github.com/go-acme/lego.git synced 2025-01-24 14:26:28 +02:00
Michael Cross 06b3802346 DNS Challenge: Fix handling of CNAMEs
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.
2016-02-19 21:44:35 +00:00
..
2016-02-14 22:07:27 +01:00
2016-02-14 14:33:54 -07:00
2015-12-24 10:57:09 +02:00
2016-02-14 14:33:54 -07:00
2015-12-30 15:01:21 -07:00