雷池waf

This commit is contained in:
zhangchenhao
2025-05-15 17:55:57 +08:00
parent ee9b49b757
commit 45fbd7dadf
4 changed files with 277 additions and 14 deletions

View File

@@ -43,6 +43,12 @@ func Deploy(cfg map[string]any, logger *public.Logger) error {
case "aliyun-oss":
logger.Debug("部署到阿里云OSS...")
return DeployOss(cfg)
case "safeline-site":
logger.Debug("部署雷池WAF网站...")
return DeploySafeLineWafSite(cfg, logger)
case "safeline-panel":
logger.Debug("部署雷池WAF面板...")
return DeploySafeLineWaf(cfg)
case "localhost":
logger.Debug("部署到本地...")
return DeployLocalhost(cfg)