mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 02:28:40 -04:00
Cloudflare ttl error #32
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 @Marketos-Damigos on GitHub (May 21, 2020).
Hello,
After using ddns-updater for a while with godaddy i wanted to change nameservers and use cloudflare.
I configured it as shown below:
and i receive the following error:
@qdm12 commented on GitHub (May 21, 2020):
ttl should be an integer only, so:
"ttl": 1. You should set it to something higher like 3600 (one hour). This is not the update period of the program, that one is set with the environment variableDELAY=300s.Feel free to re-open if it doesn't work. Thanks!