cloudflare-manager/README.md
2025-01-24 03:29:17 +03:00

688 B

Cloudflare DNS manager

This package is an extension for the "DNS Manager". The main goal of the project is to provide robust and unified interface for interacting with various DNS.

In this package now includes:

  • Getting all DNS records of a custom zone
  • Creating new DNS records on a custom zone
  • Deleting existed records on a custom zone
  • Update existed records on a custom zone

TO-DO:

  • Provide defense against data races
  • Improve quality of error handling (e.g., check matches the response to expectations or not)
  • Provide ability to auth with Global API Key and email, instead of using API Tokens