mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Documentation: Cloudflare configuration documentation requires some improvements. #425
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?
Originally created by @abpai94 on GitHub (Aug 9, 2024).
TLDR: Describe your issue in a one liner here
Running version 2.7.0 built on 2024-06-26T19:34:57.277Z (commit d37f057)The Cloudflare documentation defined here: Cloudflare README was helpful to start configuring DDNS updates as follows:
This produces the following log output:
The issue appears to be that the DNS cannot be validated. The API key contains the require Zone.Zone and Zone.DNS to update the IP address for the domain.
After searching through some discussion and finally finding the following: #366 and #243.
I was able to update the DNS with the following configuration:
The problem is minor as the documentation needs to be updated to mention the
hostbeing the configuration needed to define with@or*so that all domains and sub-domains are updated in cloudflare with the correct IP address.@qdm12 commented on GitHub (Aug 17, 2024):
The wiki is versioned, see at the top of the readme: https://github.com/qdm12/ddns-updater?tab=readme-ov-file#versioned-documentation
Since
07d7645d78(latest image, master branch, no release yet), you can just use thedomainfield to have your host.domain.com. For v2.7.0, this is not the case so please refer to the correct versioned documentation. If this is incorrect, please re-open another issue citing this one!