Skip to content
New issue

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

add recursive CNAME lookup support #1677

Merged
merged 2 commits into from
Sep 17, 2022
Merged

Conversation

danthegoodman1
Copy link
Contributor

@danthegoodman1 danthegoodman1 commented Jul 16, 2022

Right now the LEGO_EXPERIMENTAL_CNAME_SUPPORT only follows one CNAME record. If this CNAME record points to another, then the chain breaks and the DNS record created is incorrect.

This change allows it to keep following CNAME records as long as it continues to find one up to a limit so that CNAME loops don't hang the service.

And thanks for the awesome work on this repo!!

@ldez ldez added the area/lib label Jul 16, 2022
@ldez ldez self-requested a review July 16, 2022 14:33
Copy link
Member

@ldez ldez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants