DDNS-Cloudflare-Bash icon indicating copy to clipboard operation
DDNS-Cloudflare-Bash copied to clipboard

Cloudflare DDNS bash Script for most Linux distributions and MacOS. Choose any source IP address to update external or internal (WAN/LAN). Cloudflare's options proxy and TTL configurable via the para...

Results 9 DDNS-Cloudflare-Bash issues
Sort by recently updated
recently updated
newest added

When checking the list of subdomains to check/update, When nothing needs to update it will check the entire list If a subdomain on the list is found that needs to...

This should fix the issue reported in #23 . When a record is successfully updated and telegram notifications are turned off, we should continue to the next record instead of...

If copying examples in crontab, they will not work.

![image](https://github.com/fire1ce/DDNS-Cloudflare-Bash/assets/1303847/efb28957-0913-4893-b916-7e54d96ea5ec)

Once in a while, I would get an alert that IP updated. I am using CLoudFlare and when i log in to check, the IP on CF was never changed....

Hello! Thanks for the script. The `REIP` regular expression is not working on MacOS 15.4's Bash. I had to edit the script as it follows: ```bash # Regexp for numbers...

Hello, Thank you for the very useful DDNS script. I encountered an issue when running the script on MacOS 15.4 Sequoia. The `$REIP` was not detecting valid IP addresses and...

Complete refactor of the code. Basic changes: 1) Split logic into functions. 2) Change location of conf and logs based on root Vs. non-root user. 3) Support installation of script...

Rather than notification via telegram, can we do discord via webhooks?