Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Modify Cloudflare DNS records from a CSV file

techkkentechkken Member
edited September 2014 in Tutorials

Hello ,

I am learning python, and have developed a script that help you modify your dns records at cloudflare by simply editing a csv file.

The script can fetch the records from cloudflare to a csv file and then you can make changes in it and sync it back to cloudflare.

I developed it as I frequently have to change a lot of records when i move servers and this is very cumbersome using cloudflare's UI.

This scripts used the cloudflare API.

More details at

https://github.com/anurag16890/CloudFlareSync

@Mods If this is not the right section, please let me know.

Any python gurus here? I am new to python, So please let me know if something is wrong or is not done in the 'pythonic' way.

Sign In or Register to comment.