mirror of
https://github.com/usual2970/certimate.git
synced 2025-08-26 19:21:44 +00:00
add cloudflare
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user