CloudFlare-ddns updates #294
Closed
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 usedtouchto create the file andvito copy/paste content) but I then had to runchmod u=rwx /mnt/data/on_boot.d/30-cloudflare-ddns.shto execute the script.Also, I noticed after executing
podman logs cloudflare-ddnsthat there were some updates to theconfig.jsonfile maintained here. Among the addition of manually toggling IPv4 (a)/IPv6 (aaaa) andpurgeUnknownRecordsit appears thettlsetting has been removed. When I executed the30-cloudflare-ddns.shscript the first time with theconfig.jsonfile in your project, I noticed it seemed to ignore myttlsettings, which suggests this option is no longer configurable. When I re-executed the30-cloudflare-ddns.shscript with the newconfig.json, it didn't seem to mind the missingttlsetting.I hope this helps.
I'm still learning GitHub and UDM tinkering.
Thanks again!
Beta Was this translation helpful? Give feedback.
All reactions