Hi all,
I’m not a developer, rather a sysadmin. I’m trying to change A record of about 200 out of 600 domains in a Cloudflare account. I see flarectl zone list
gives me list of all domains in my account but what I want is:
- Get all domains whose A record is pointing to specific IP address 1xx.4xx.3xx.4xx
- update/change those A records to a new IPv4 address
I can loop through a csv/txt file if I can get the #1 done, that is fetch all domains list where IP is 1xx.4xx.3xx.4xx
Really appreciate any pointers here.
thx