-
-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Cross posting this here as ddclient team suggests this could be related to the docker container. Original issue: ddclient/ddclient#730. When a dns resolution of a dyndns endpoint fails, ddclient gets stuck in a "curl could not connect to X and doesn't exit when dyndns endpoint is reachable again. Only fix is to restart the container.
Expected Behavior
Dyndns endpoint is reachable, resolution works.
Steps To Reproduce
- run this image updating to an e.g. namecheap dyndns endpoint
- bring endpoint offline when ddclient is trying to resolve
- watch infinity loop
Environment
- OS: Ubuntu 20.04. LTS
- How docker service was installed: https://docs.docker.com/engine/install/ubuntu/#install-using-the-repositoryCPU architecture
x86-64
Docker creation
docker-compose.yml
services:
ddclient-mydomain.com:
image: lscr.io/linuxserver/ddclient:latest
container_name: ddclient-mydomain.com
environment:
- PUID=1001
- PGID=1001
- TZ=Europe/Berlin
volumes:
- /path/to/config
restart: unless-stoppedContainer logs
Infinity loop of:
WARNING: CURL error (6) Couldn't resolve host. The given remote host was not resolved.
WARNING: curl cannot connect to https://dynamicdns.park-your-domain.com using IPv0
WARNING: found neither IPv4 nor IPv6 address
WARNING: Could not determine an IP for @
WARNING: CURL error (6) Couldn't resolve host. The given remote host was not resolved.
WARNING: curl cannot connect to https://dynamicdns.park-your-domain.com using IPv0
WARNING: found neither IPv4 nor IPv6 address
WARNING: Could not determine an IP for @Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done