软件包:python3-pycfdns(3.0.0-2)
Library for managing Cloudflare DNS records
This library provides a Python interface to the Cloudflare DNS API, allowing users to manage DNS records hosted on Cloudflare. It offers functionality to list zones and DNS records, update specific DNS records, and manage DNS settings efficiently. Using a personal API token, it communicates directly with the Cloudflare API to perform operations such as listing all available zones or updating the details of a DNS record within a particular zone. This library is particularly useful for those needing to automate DNS management tasks with Cloudflare.
其他与 python3-pycfdns 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-aiohttp
- http client/server for asyncio