AutoDNS Manager for Cloudflare
AutoDNS Manager for Cloudflare is a script for automatically updating DNS records in Cloudflare. It reads a list of domains from the file domain.txt, removes old records, and adds new ones to direct traffic to the desired IP address.
What the script does:
- Removes old A and CNAME records
- Adds a new A record with the specified IP address
- Adds a CNAME record for www
- Works automatically for all domains in the file
This tool helps save time and avoid mistakes when manually configuring DNS records. You just need to run the script, and it will do all the work itself!
#Cloudflare #DNS #Automation #DevOps #Python #SysAdmin
What the script does:
- Removes old A and CNAME records
- Adds a new A record with the specified IP address
- Adds a CNAME record for www
- Works automatically for all domains in the file
This tool helps save time and avoid mistakes when manually configuring DNS records. You just need to run the script, and it will do all the work itself!
#Cloudflare #DNS #Automation #DevOps #Python #SysAdmin