Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Updating AAAA record: "connection timed out; no servers could be reached" #83

Open
DerPW opened this issue Nov 22, 2021 · 1 comment
Open

Comments

@DerPW
Copy link

DerPW commented Nov 22, 2021

It was working for a while and then i checked a few days later and saw this error in the log when trying to change AAAA record:

Updating CloudFlare DNS record mydomain.com from 1:1:1:1:1:1:1:1 to ;; connection timed out; no servers could be reached...

ERROR: Failed to update CloudFlare DNS record mydomain.com from 1:1:1:1:1:1:1:1 to ;; connection timed out; no servers could be reached

I am using portainer und this is my config:

version: '2'
services:
  cloudflare-ddns:
    image: oznu/cloudflare-ddns:latest
    restart: always
    environment:
      - API_KEY=abcdefghijkmnop
      - ZONE=mydomain.com
      - PROXIED=false
      - RRTYPE=AAAA

@damianon
Copy link

The issue is, that the docker containers don't have an IPv6. So either you'd need to set --network=host or enable IPv6 for docker containers (although I'm not sure which ip would be set with the second option)

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

No branches or pull requests

2 participants