mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
[PR #964] [CLOSED] Improve cloudflare docs #918
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/964
Author: @aollivierre
Created: 3/20/2025
Status: ❌ Closed
Base:
master← Head:improve-cloudflare-docs📝 Commits (2)
d2296b5Improve Cloudflare documentation with verified configuration approach84c6037Improve Cloudflare documentation with verified configuration approach📊 Changes
1 file changed (+253 additions, -24 deletions)
View changed files
📝
docs/cloudflare.md(+253 -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.