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.08k stars 219 forks source link

Cloudflare proxy had been disabled. #82

Open nokemono opened 2 years ago

nokemono commented 2 years ago

Cloudflare proxy had been disabled. I did not do anything. When I looked at the audit log, it was written from the IP of the server that was running this container.

Is this container causing any problems?

mdesson commented 2 years ago

Do you have PROXIED=true set as an environment variable? I had a similar problem and just discovered this option today.

nokemono commented 2 years ago

Looking at the cloudflare logs PROXIED=false It seems to switch occasionally to I think it is better not to use this container.

mdesson commented 2 years ago

PROXIED defaults to false unless you set it when you run the container. Stop the container and rerun it with PROXIED=true and that should fix it. Had this problem constantly until I stopped it and restarted it with PROXIED=true set.