add cloudflare provider

This commit is contained in:
yoan
2024-09-02 14:36:46 +08:00
parent 2b8fb9314f
commit 52cca47ec8
15 changed files with 854 additions and 87 deletions

View File

@@ -11,5 +11,5 @@ type TencentAccess struct {
}
type CloudflareAccess struct {
CloudflareDnsApiToken string `json:"cloudflareDnsApiToken"`
DnsApiToken string `json:"dnsApiToken"`
}