新增部署阿里云dcdn、lecdn

新增dns厂商constellix
This commit is contained in:
v-me-50
2025-07-10 17:32:53 +08:00
parent 68df9af02b
commit 542262dfef
7 changed files with 438 additions and 2 deletions

View File

@@ -66,6 +66,9 @@ func Deploy(cfg map[string]any, logger *public.Logger) error {
case "aliyun-esa":
logger.Debug("部署到阿里云ESA...")
return aliyun.DeployAliyunESA(cfg)
case "aliyun-dcdn":
logger.Debug("部署到阿里云DCDN...")
return aliyun.DeployAliyunDcdn(cfg)
case "safeline-site":
logger.Debug("部署雷池WAF网站...")
return DeploySafeLineWafSite(cfg, logger)