cname: add log about CNAME entries (#1764)

This commit is contained in:
Ludovic Fernandez 2022-11-25 18:41:38 +01:00 committed by GitHub
parent 6cc21f2753
commit 001dd80f6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -205,6 +205,8 @@ func getChallengeFqdn(domain string) string {
break
}
log.Infof("Found CNAME entry for %q: %q", fqdn, cname)
fqdn = cname
}