cf-ddns.sh
cf-ddns.sh copied to clipboard
A simple client for automatically updating CloudFlare DNS with your current IP address
{"success":false,"errors":[{"code":6003,"message":"Invalid request headers","error_chain":[{"code":6103,"message":"Invalid format for X-Auth-Key header"}]}],"messages":[],"result":null}
Updated external_WAN_query to a source which will only return IPv4 addresses. This is necessary as the script currently only supports A records. I plan to add AAAA record support over...
The previous form ${storage_dir%%+(/)} and ${cf_api_url%%+(/)} ain't working on my prod env, It probably needs the extglob option which ain't enabled by default. This cause // in url which cause...
The first time I ran the script, I got warnings about nslookup not being installed (since it wasn't). However, the result thrown back by the test was correct. Then, I...
``` external_WAN_query='https://ifconfig.io/ip' ``` The site is currently down, which breaks the script.
Found that using named zone and named record generates errors. due to curl version issue.... have no idea what version of curl is on there... busybox ash is the cli...
Hi, great script thanks for writing it. I need to automatically add dns records for new servers, but I was getting update failed error when running. Looking through the code...
Hi, that is great script thanks for it 👍
When running script it turns off Proxy (Turns cloud to grey) How can i stop this? Thanks dan