Skip to content
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

celeros.de #669

Open
softwarecrash opened this issue Mar 10, 2024 · 7 comments
Open

celeros.de #669

softwarecrash opened this issue Mar 10, 2024 · 7 comments

Comments

@softwarecrash
Copy link

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
Copy link
Owner

qdm12 commented Mar 18, 2024

Note you can use https://github.com/qdm12/ddns-updater/blob/master/docs/custom.md for the time being

@qdm12 qdm12 changed the title Help: celeros.de as ddns service celeros.de Mar 18, 2024
@softwarecrash
Copy link
Author

ah great, why i doenst find that, thank you!

@softwarecrash
Copy link
Author

softwarecrash commented Apr 1, 2024

Note you can use https://github.com/qdm12/ddns-updater/blob/master/docs/custom.md for the time being

so now i have found the time to try this, but it create strange get url

this is the config i tried

{
  "settings": [
    {
      "provider": "custom",
      "domain": "my.dns.dev",
      "host": "@",
      "url": "https://kc.celeros.de/dyndns?domain=my.dns.dev&key=xxxxxxxxxxxxxxxxx",
      "ipv4key": "ip",
      "ipv6key": "ip6",
      "success_regex": "1",
      "ip_version": "ipv4",
      "ipv6_suffix": ""
    }
  ]
}

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-Updater

btw the url return allways "1" as response, i hope this is right in the config

@qdm12
Copy link
Owner

qdm12 commented Apr 1, 2024

Indeed, reading my own code, what on earth was this, did I write this drunk?!

This should be fixed in ae2bcd5 so 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
Copy link
Author

Indeed, reading my own code, what on earth was this, did I write this drunk?!

This should be fixed in ae2bcd5 so 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.

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
Copy link
Owner

qdm12 commented Apr 3, 2024

Just docker-compose pull && docker-compose up -d. The changes are automatically built and pushed to Docker hub as the image qmcgaw/ddns-updater

@softwarecrash
Copy link
Author

softwarecrash commented Apr 3, 2024

Just docker-compose pull && docker-compose up -d. The changes are automatically built and pushed to Docker hub as the image qmcgaw/ddns-updater

ah thanks, i dont know that changes are directly push to the docker image.

works perfect, thank you verry much!

  "settings": [
    {
      "provider": "custom",
      "domain": "my.domain.de",
      "host": "@",
      "url": "https://kc.celeros.de/dyndns?domain=my.domain.de&key=xxxxxxxxxxxx",
      "ipv4key": "ip",
      "ipv6key": "ip6",
      "success_regex": "1",
      "ip_version": "ipv4",
      "ipv6_suffix": ""
    }
  ]
}

debug output
DEBUG GET https://kc.celeros.de/dyndns?domain=my.domain.de&ip=1.2.3.4&key=xxxxxxxxxxxxxxxx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants