Skip to content

dns.timknowsbest.com Name does not resolve #215

@cdalvaro

Description

@cdalvaro

Describe the bug

The service doesn't start because it cannot resolve: dns.timknowsbest.com.

Looking at the code, I cannot find anywhere where that dns is set...

As a suggestion, it would be great to have versioned images to be able to point to specific versions allowing to go back if a new feature breaks the service.

To Reproduce

Steps to reproduce the behavior:

Simply start the container with the following compose.yml file:

services:
  cloudflare-ddns:
    image: ghcr.io/timothymiller/cloudflare-ddns/cloudflare-ddns:latest
    network_mode: host
    dns: 1.1.1.1
    volumes:
      - ${DATA_DIR_PATH}/config/swarm.json:/config.json:ro
    security_opt:
      - no-new-privileges:true
    environment:
      CF_DDNS_API_TOKEN: ${CF_DDNS_API_TOKEN}
      PUID: 1000
      GUID: 1000
      TZ: Europe/Madrid

Log

2025-07-15T07:44:00.402145054Z urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='dns.timknowsbest.com', port=443): Max retries exceeded with url: /api/ipv4 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fc6a3f7c4c0>: Failed to establish a new connection: [Errno -2] Name does not resolve'))

Note

I'm using the image from ghcr.io to avoid Docker HUB pull limits

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions