oznu / docker-cloudflare-ddns

A small amd64/ARM/ARM64 Docker image that allows you to use CloudFlare as a DDNS / DynDNS Provider.
https://hub.docker.com/r/oznu/cloudflare-ddns/
GNU General Public License v3.0
1.07k stars 213 forks source link

API key not working #86

Open TimyIsCool opened 2 years ago

TimyIsCool commented 2 years ago

image I have done the zoning correctly (i think) and even tried my global key

kdpuvvadi commented 2 years ago

As you can see issue is container is unable to reach cloudflare. similar thing happened for me when i moved my pihole instance from one proxmox instance to another.

try https://github.com/oznu/docker-cloudflare-ddns/issues/47#issuecomment-993903961

julien-vu commented 2 years ago

still an issue, last version, still got the resolve error even with the dns set in the compose file

kustomrtr commented 2 years ago

I'm having the same issue. I confirmed my key is fine.

kdpuvvadi commented 2 years ago

@kustomrtr can you form the API key correct and set permissions (from here ) are correct?

get API_KEY from running container with

docker exec containername env | grep API_KEY | cut -d'=' -f2
jyyyeung commented 2 years ago

I am having the same problem here, anyone have a solution yet?

kdpuvvadi commented 2 years ago

@SheepYY039 have you tried this and this?