Add support for Cloudflare DNS instead of Route53
Frappe Press currently relies on AWS Route53 for DNS management, incurring ongoing costs. Cloudflare DNS provides equivalent features (global Anycast, adjustable TTL, DNSSEC) at no charge while maintaining performance and security. It also exposes a full REST API (https://developers.cloudflare.com/api/) and offers an official Python client (cloudflare on PyPI) for automation.
Propose migrating or adding an option to configure Cloudflare DNS as a free alternative to reduce operational expenses.
cloud.frappe.io runs on Route53. We already rely on AWS for a lot of things. As of now, adding Cloudflare means one more vendor dependency.
If you believe this is a good idea, then please send a PR.