We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have several customers with this DNS configuration:
CNAME * => www CNAME www => basedomain.tld
Call: acmeRecord, value := dns01.GetRecord(domain,keyAuth) Returns www.basedomain.tld Expected result was basedomain.tld
acmeRecord, value := dns01.GetRecord(domain,keyAuth)
www.basedomain.tld
basedomain.tld
This DNS configuration is stupid but it's correct in terms of DNS/CNAMEs configuration.
The text was updated successfully, but these errors were encountered:
Hello,
I think that with the recursivity (since v4.9.0) the problem must be fixed.
#1677
Sorry, something went wrong.
No branches or pull requests
I have several customers with this DNS configuration:
CNAME * => www
CNAME www => basedomain.tld
Call:
acmeRecord, value := dns01.GetRecord(domain,keyAuth)
Returns
www.basedomain.tld
Expected result was
basedomain.tld
This DNS configuration is stupid but it's correct in terms of DNS/CNAMEs configuration.
The text was updated successfully, but these errors were encountered: