mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
Cloudflare Update removes "Proxied" setting. #3
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 @qwacko on GitHub (May 6, 2019).
When this tool updates the IP address of a cloudflare DNS entry, the fact that the domain is being proxied (or passed through the cloudflare CDN) is cancelled, exposing the target IP address directly to the internet.
I have tried this a few different ways, but this always seems to be the case.
@qdm12 commented on GitHub (May 6, 2019):
I am not sure what your problem is, but it seems quite related to the
proxiedoption that you can see here in the Cloudflare APIIf this is what you need, I'll promptly add it to the configuration options so you can use it. Let me know if this is what you are talking about. Thanks !
@qwacko commented on GitHub (May 6, 2019):
Yes you are right that is the correct point. I did a little testing and the "proxied" parameter is currently being set to false by the updater, but it should instead store the current value and retain it. If this isn't possible then I guess a setting in the config.json file would be best.
@qdm12 commented on GitHub (May 7, 2019):
I have added the
proxiedparameter. Simply add it to the JSON file as boolean like so: