mirror of
https://github.com/allinssl/allinssl.git
synced 2025-12-15 09:55:37 +08:00
新增部署阿里云dcdn、lecdn
新增dns厂商constellix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user