-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
dynu: fix subdomain support #1842
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested your code change but I get the error "dynu: could not find root domain".
I also tested it with a CNAME recorde, with the same result.
The old code accepted CNAME records without problems.
That being said, DYNU's API or the GetRootDomain function don't seem to like the dot at the end of the fqdn.
I'm not very good at reading go code, it's my second day with go.
Thank you for the feedback 👍 The old code wasn't working with CNAME, I'm 100% sure. |
I changed the code, can you try it? |
The problem is the dot at the end. |
So my latest change fixes the problem. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is working!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you 👍
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com> send RST to ACME server so it doens't retry use not deprecated version of func
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com> send RST to ACME server so it doens't retry use not deprecated version of func
Hi,
Fixes #1672
It should fix the subdomain issue.
Hope it helps.