mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
celeros.de
#381
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 @softwarecrash on GitHub (Mar 10, 2024).
hello,
i have domains by celeros.de and can assign ddns to subdomains.
but the provider only give me this example for updating the ip
https://kc.celeros.de/dyndns?domain=<domain>&ip=<ipaddr>&ip6=<ip6addr>&key=<pass>manual when i call this adress only with domain and ip it will update.
@qdm12 commented on GitHub (Mar 18, 2024):
Note you can use https://github.com/qdm12/ddns-updater/blob/master/docs/custom.md for the time being
@softwarecrash commented on GitHub (Mar 18, 2024):
ah great, why i doenst find that, thank you!
@softwarecrash commented on GitHub (Apr 1, 2024):
so now i have found the time to try this, but it create strange get url
this is the config i tried
so in the debug logs from the updater it remove domain and replace it with hostname and remove the key
DEBUG GET https://kc.celeros.de/dyndns?hostname=my.dns.dev&ip=1.2.3.4 | headers: User-Agent: DDNS-Updaterbtw the url return allways "1" as response, i hope this is right in the config
@qdm12 commented on GitHub (Apr 1, 2024):
Indeed, reading my own code, what on earth was this, did I write this drunk?!
This should be fixed in
ae2bcd55c8so now it keeps all your query parameters and only overrides the ip key(s). Let me know if it works 😉I might do a v2.6.1 release, since this is a rather critical bug.
@softwarecrash commented on GitHub (Apr 1, 2024):
thank you for the quick replay, so badly i use it as docker compose and dont know how to insert the patch in the container
@qdm12 commented on GitHub (Apr 3, 2024):
Just
docker-compose pull && docker-compose up -d. The changes are automatically built and pushed to Docker hub as the imageqmcgaw/ddns-updater@softwarecrash commented on GitHub (Apr 3, 2024):
ah thanks, i dont know that changes are directly push to the docker image.
works perfect, thank you verry much!
debug output
DEBUG GET https://kc.celeros.de/dyndns?domain=my.domain.de&ip=1.2.3.4&key=xxxxxxxxxxxxxxxx