WAF策略增加日志配置(暂未开放) /修复通过IP可能无法查询到访问日志的Bug

This commit is contained in:
GoEdgeLab
2022-04-21 09:41:04 +08:00
parent c8caeeef5a
commit 22f5a87d83
5 changed files with 22 additions and 8 deletions

View File

@@ -26,5 +26,5 @@ const (
ReportNodeVersion = "0.1.0"
// SQLVersion SQL版本号
SQLVersion = "6"
SQLVersion = "7"
)