Skip to content

Fix invalid txt record errors

Adrien Dorsaz requested to merge fix-invalid-txt-records into v2

These errors were due to the DNS cache: we asked to store TXT resources for 5 minutes and we ran tests only after some seconds.

Now, we can configure TTL and it's defaulted to 10 seconds.

That change made, the "CheckChallengeDelay" option is not needed any more and so it have been removed from tests and code.

Merge request reports