mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Bug: Support multi-level subdomains with wildcard (*.a.b.c.domain.tld) #123
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @100terres on GitHub (Jun 12, 2021).
Originally assigned to: @qdm12 on GitHub.
TLDR: Wilcard subdomain seems to be supported since
24c8a9e971, but it only works for*and not*.multiple.subdomains(It's seems to be related to this resolved issue)e19cabcLogs:
Configuration file:
Host OS: Windows 10
@100terres commented on GitHub (Jun 12, 2021):
By the way, thank you @qdm12 for this project!
@100terres commented on GitHub (Jun 12, 2021):
We could probably fix this small issue by changing a couple of lines in this file
1705afeada/internal/settings/utils/domain.go (L7-L8)@qdm12 commented on GitHub (Jun 12, 2021):
I'll look into it tomorrow. The file you pointed is just for the display in the UI. It should be more inside internal/settings/providers/Cloudflare I think.
Thanks for pointing the issue out!
@100terres commented on GitHub (Jun 12, 2021):
Perfect! Thank you 🙂
@qdm12 commented on GitHub (Jun 13, 2021):
This should be fixed in the latest image with commit
bb62a9d9e1Actually that was a wildcard bug for many (if not all) DNS providers, so kudos on finding that bug 👍
Also display should now show
any.host.host.domain.comfor*.host.host.domain.cominstead of justany.domain.comwhich was wrong too.Let me know if it works for you, thanks!
@100terres commented on GitHub (Jun 14, 2021):
Hi @qdm12, I tried it with the
latesttag from docker hub and it seems to be working ! Here are the logs :Thank you for your fix! 🙏
I'll let you close this ticket 🙂