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

@@ -19,24 +19,6 @@ func (config *Config) Default() {
SecretID: "xxx",
SecretKey: "xxx",
},
AliCloud: AliCloud{
AccessKeyId: "xxx",
AccessKeySecret: "xxx",
RAMRole: "xxx (optional)",
STSToken: "xxx (optional)",
},
HuaweiCloud: HuaweiCloud{
AccessKeyId: "xxx",
Region: "xxx",
SecretAccessKey: "xxx",
},
WestCN: WestCN{
Username: "xxx",
Password: "xxx",
},
RainYun: RainYun{
ApiKey: "xxx",
},
},
},
}