-
Notifications
You must be signed in to change notification settings - Fork 13
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
v0.2.6 Docker 27.3.1 | Error: Unable to fetch zone ID for domain xyz.de #20
Comments
Your configuration files seem okay. New version I would suggest you pin the version to |
I have just tested a container on another Docker host (same Version and System-Config) with version DDNS Unfortunately, this does not give me a new idea where the cause might lie. Edit: Edit: 2 |
There is no option for additional debugging information, as this is a fairly simple utility. However, you might try manually running |
Thank you very much for your help. I executed the command
An
If the name can be resolved in the same container, then it should also be resolvable by the script :-/ |
When I specify the DNS parameters as follows, fetching the ZoneIDs works during the runtime of the script with version The script seems not to be querying the correct DNS servers during runtime.
|
Just tested with straight docker_compose.yml file from project, working fine here. |
@BallonLac That is possible, and I do not want to rule it out. Do you have any idea where I could start with the troubleshooting? At the moment, I have none, and I don't understand the difference between the working nslookup and the curl command during runtime. I would have assumed that the same DNS server would be accessed during runtime :-/ Thanks for your help. |
@Crash1602 you may dig about "network_mode: host" option: https://docs.docker.com/reference/compose-file/services/#network_mode. |
@BallonLac That was a good idea. I test it and commented out the host mode, assigning my custom bridge network instead. The retrieval works, and no error is generated. I just checked the Docker repository, and it seems that the bridge mode is also the recommended option, which avoids any further issues. |
Hello,
I have an issue with version 0.2.6 where I receive the following error message:
This is what my hetzner_ddns.conf looks like:
The relevant part of my stack:
With version 0.2.5, I don't have a problem with any of my four containers. As soon as I update the config file and include 0.2.6, I get the error on all four of them.
What could be causing this?
Thanks!
The text was updated successfully, but these errors were encountered: