github timothymiller/cloudflare-ddns v2.0.4
v2.0.4 - Prevent incorrect DNS updates from Cloudflare IP detection

19 hours ago

New feature: REJECT_CLOUDFLARE_IPS

Some IP detection providers occasionally return a Cloudflare anycast IP address
instead of your real public IP. When this happens, your DNS record gets updated
to point at Cloudflare infrastructure rather than your actual address.

Setting REJECT_CLOUDFLARE_IPS=true prevents this. Each update cycle will fetch
Cloudflare's published IP ranges and skip any detected IP that falls within them.
A warning is logged for every rejected IP.

The flag defaults to false (existing behavior is unchanged).

Example:

environment:
  REJECT_CLOUDFLARE_IPS: "true"

Don't miss a new cloudflare-ddns release

NewReleases is sending notifications on new releases.