CloudFlare-ddns updates #294
tackynugget
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @boostchicken,
Thank you so much for your work here. It is really great and helpful.
I'm not sure how to recommend a change to the CloudFlare-ddns readme, but I wanted to mention that before you can execute
/mnt/data/on_boot.d/30-cloudflare-ddns.sh
, you have to grant the root account execute permissions. This may be because of the n00bish way I copied 30-cloudflare-ddns.sh to/mnt/data/on_boot.d
(I usedtouch
to create the file andvi
to copy/paste content) but I then had to runchmod u=rwx /mnt/data/on_boot.d/30-cloudflare-ddns.sh
to execute the script.Also, I noticed after executing
podman logs cloudflare-ddns
that there were some updates to theconfig.json
file maintained here. Among the addition of manually toggling IPv4 (a
)/IPv6 (aaaa
) andpurgeUnknownRecords
it appears thettl
setting has been removed. When I executed the30-cloudflare-ddns.sh
script the first time with theconfig.json
file in your project, I noticed it seemed to ignore myttl
settings, which suggests this option is no longer configurable. When I re-executed the30-cloudflare-ddns.sh
script with the newconfig.json
, it didn't seem to mind the missingttl
setting.I hope this helps.
I'm still learning GitHub and UDM tinkering.
Thanks again!
Beta Was this translation helpful? Give feedback.
All reactions