chore: remove legacy DNS providers (AliCloud, HuaweiCloud, WestCN, RainYun, Dode)

This commit is contained in:
2025-12-23 11:36:14 +01:00
parent 84b221118a
commit 956a14f157
8 changed files with 9 additions and 376 deletions

View File

@@ -16,26 +16,7 @@
"SecretId": "xxx",
"SecretKey": "xxx"
},
"AliCloud": {
"AccessKeyId": "xxx",
"AccessKeySecret": "xxx",
"RAMRole": "xxx (optional)",
"STSToken": "xxx (optional)"
},
"HuaweiCloud": {
"AccessKeyId": "xxx",
"Region": "xxx",
"SecretAccessKey": "xxx"
},
"WestCN": {
"Username": "xxx",
"Password": "xxx"
},
"RainYun": {
"ApiKey": "xxx"
},
"Cloudflare": {},
"Dode": {}
"Cloudflare": {}
}
}
}