Hello,
I have several hundred A records in my CloudFlare DNS and would like to know if there’s a way to script a change to them all at once via CLI. This would obviously be quite tedious to do manually.
I previously used AWS Route53 and we had a script to change the IP addresses of multiple A records all at once whenever we had to make a major change. The script would make a connection to Route53, locate the old IP address, then change it to the new one specified via command line arguments when running it.
Is there a way to do this with CloudFlare DNS?