oznu/docker-cloudflare-ddns

Cloudflare proxy had been disabled.

nokemono opened this issue · 3 comments

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?

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

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

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.