add cloudflare

This commit is contained in:
yoan
2024-09-02 13:21:37 +08:00
parent 1de39da699
commit 2b8fb9314f
4 changed files with 55 additions and 5 deletions

View File

@@ -5,9 +5,11 @@ type AliyunAccess struct {
AccessKeySecret string `json:"accessKeySecret"`
}
type TencentAccess struct {
SecretId string `json:"secretId"`
SecretKey string `json:"secretKey"`
}
}
type CloudflareAccess struct {
CloudflareDnsApiToken string `json:"cloudflareDnsApiToken"`
}