Replace an ip on many dns record to another ip in once (search/replace)

What is the name of the domain?

wibyodotcom

What is the issue you’re encountering

i want to replace an ip of many dns records to another ip in once

What feature, service or problem is this related to?

DNS records

If these are all within one zone or account, a CNAME would be better to point at a single A/AAAA record that holds the IP address.

You can write a script to find all the records that needs to be changed and update them using the Cloudflare API…
https://developers.cloudflare.com/api/resources/dns/subresources/records/

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.