DDNS-Cloudflare-Bash
                                
                                
                                
                                    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...
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.

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?