【新增】【部署】阿里云WAF

This commit is contained in:
wantoper
2025-05-22 11:30:19 +08:00
parent 74c9d1e5c2
commit 3da1042187
8 changed files with 468 additions and 5 deletions

View File

@@ -46,6 +46,9 @@ func Deploy(cfg map[string]any, logger *public.Logger) error {
case "aliyun-oss":
logger.Debug("部署到阿里云OSS...")
return DeployOss(cfg)
case "aliyun-waf":
logger.Debug("部署到阿里云WAF...")
return DeployAliyunWaf(cfg)
case "safeline-site":
logger.Debug("部署雷池WAF网站...")
return DeploySafeLineWafSite(cfg, logger)