I have a self hosted webserver. Since my ISP periodically changes my public IP address, I made a script that uses Cloudflare API to update my DNS record mywebsite.com
when the public IP changes.
The script needs both my website’s zoneid and recordid. Is it possible that either of them might change over time? (which would break the script)
As far as I know, absolutely not. That would break a lot of stufff! I had a script that would update a public IP address all day long, and it ran for many years without a hitch. I only recently shut that device down and stopped using the script.
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.