mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-31 09:38:40 -04:00
Bug: deSEC.io provider support for "*" / wildcard subdomains #337
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 @mihakrumpestar on GitHub (Dec 30, 2023).
TLDR: deSEC.io provider support for "*" / wildcard subdomains
This is listed as bug and not feature, as it works as per the deSEC docs.
As per deSEC docs and here this (updating wildcard subdomains) should not be a problem, so why is this disabled in code?
I am not sure why this is disabled for most providers, as wildcard domains are nothing special.
I am asking this as I went through the repo, docs, issues and GitHub search, but could not find any answer (If I missed it, please correct me.). I am sure that many use "*" subdomains, so I am surprised that no one raised concerns before (except here).
Please, don't get me wrong, it is a great project, but this thing has been really bugging me.
@qdm12 commented on GitHub (Jan 18, 2024):
37f473160c(latest image built today), please try and let me know if it works 😉 If it doesn't I can change the code to use their more complex rest API, but ideally not.Thanks & this makes sense 👍 !
@mihakrumpestar commented on GitHub (Jan 19, 2024):
Tested the wildcard and it works as it should.
Thank you.
I do owe an apology, as I should have tested this before and prepared a pull request. I should have been more proactive.
@qdm12 commented on GitHub (Jan 19, 2024):
I'm glad you mentioned the wildcard should be working! 👍 One more important feature with two less lines of code, I call this a win 😄
Tell me about it, I replied 3 weeks later 😆 No worry about it, life gets in the way and forking/cloning/branching-out/etc. is quite a few steps to change 2 lines 🤣
Closing this 😉