mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
[PR #965] Improve Cloudflare documentation with verified configuration approach #921
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/qdm12/ddns-updater/pull/965
Author: @aollivierre
Created: 3/20/2025
Status: 🔄 Open
Base:
master← Head:cloudflare-docs-fix📝 Commits (1)
bb33cfeImprove Cloudflare documentation with verified configuration approach📊 Changes
1 file changed (+254 additions, -24 deletions)
View changed files
📝
docs/cloudflare.md(+254 -24)📄 Description
Pull Request Description: Improved Cloudflare Documentation with Verified Configuration
Authentication Issues Encountered
We experienced persistent Cloudflare authentication failures with DDNS-Updater, particularly after ISP modem restarts resulting in IP changes. Specifically:
How Our Approach Resolves These Issues
After extensive testing, we identified a specific configuration pattern that reliably resolves these issues:
config.jsonfile with a mounted volume for persistence (instead of environment variables)Rather than using a single field like:
Verification and Testing
We've rigorously tested this approach through multiple scenarios:
Critical Elements for Success
Our documentation emphasizes these essential elements:
This pull request aims to help users avoid the frustrating authentication issues we encountered by documenting a proven, verified approach that works reliably in real-world conditions.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.