mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
Bug: Wildcard on first subdomain level resolving not working #317
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 @LeoSum8 on GitHub (Oct 4, 2023).
TLDR: dns resolve of wildcard domain not working when on first subdomain level (.example.com) while update works*
Is this urgent: No
DNS provider(s) you use: INWX
Program version:
Running version latest built on 2023-09-13T19:49:02.170Z (commit 13ccb4f)What are you using to run the container: docker
Extra information (optional)
Logs:
Configuration file (remove your credentials!):
Host OS: Fedore Core OS (FCOS) runing in a bhyve vm on FreeBSD
Hi there,
I am running the above-mentioned setup.
While updating works, the lookup/resolving doesn't, which leads to the update unnecessarily happening every 5 minutes.
I noticed the issue #214 where something similar is adressed but for lower domain levels. Shouldn't my config also lead to doing the dns lookup for any.example.com?
Thanks for your docker image!
Leo
@LeVraiRoiDHyrule commented on GitHub (Jan 5, 2024):
Hi, I think I am having a similar problem and I can't find how to solve it. I want to update the root of my domain, "@", while having the web UI on a subdomain (ddns.mydomain.com). Apparently this makes the DNS lookup to fail.
@qdm12 commented on GitHub (Jan 18, 2024):
@LeoSum8 Hi there, sorry for the delay answering 😢!
It looks like you're using the
@host with*.example.com, why are you trying to do this 🤔? Sorry if I misunderstood or don't know something, but why not*host andexample.comdomain to update the wildcard*.example.com?Note to myself: if you did have a misunderstanding, I'll add a check to error out if
*is present in the domain field, for all providers.@LeVraiRoiDHyrule I don't fully understand your issue, where you serve the web ui and what domains you update are independent, please create another issue with the requested information.
@LeoSum8 commented on GitHub (Feb 12, 2024):
Hi @qdm12 sorry myself for answering so late now.
I tried your suggestion. But when I put * for host, I get:
@qdm12 commented on GitHub (Feb 12, 2024):
I removed the restriction in
d009ef3d3eplease try pulling the latest image and check if it works? I'm not too sure why the restriction was in place and if inwx supports dynamically updating a record with a wildcard owner (host), but let's find out!(wait 5 minutes for the build to finish)
@LeoSum8 commented on GitHub (Feb 13, 2024):
Thank you, this seems to have done the trick!
Now everything looks normal.
Where is your tipjar? :)
To be clear: It worked before with the @-construction in terms of updating, but it just wouldn't be able to check the ip. Now the logs and the webinterface look normal and show everything is up to date.
@qdm12 commented on GitHub (Feb 19, 2024):
Great 💯
Thanks, but don't worry that was a 10 seconds code change 😄
Buuut if you're still happy about the whole project (and me working part-time-no-pay on it), you can check out https://github.com/qdm12/ddns-updater?tab=readme-ov-file#support 🤑