v6.0.0
chaitin/SafeLinev6.0.0May 31, 2024by xbingW
AI Summary
Major version release introducing Dynamic Protection (BETA), upstream health checks, and improved attack event aggregation.
Key Highlights
- New Dynamic Protection (BETA) to automatically encrypt HTML and JS source code.
- New upstream server health check feature.
- Attack events now aggregate by Domain and Port.
New Features
- Dynamic Protection (BETA)
- Upstream health check
- Attack event aggregation by Domain/Port
Full Release Notes
### 新增 * 站点高级防护新增动态防护(BETA),能自动动态加密网站的 html 和 js 源码,阻止爬虫和攻击自动化程序的分析(对应新增 safeline-chaos 容器) * 新增上游服务器健康检查,方便配置与管理 * 攻击事件的聚合维度增加域名、端口,方便观察。即同一 IP 对不同域名、端口的攻击,现在会记录不同的攻击事件了 ### 优化 * 攻击事件支持按域名、端口筛选 * 新增 tengine 异常时,紧急恢复 tengine 的命令,详情见文档([紧急恢复 tengine](https://waf-ce.chaitin.cn/docs/faq/other#紧急恢复-tengine)) * 修复开启 http2 时,配置站点可能出现 nginx: [warn] protocol options redefined 的问题 * 修复黑白名单没有记录触发次数的问题 * 站点域名提交时自动删去域名前后的空格,避免证书列表提示域名不匹配 * 修复 SDK 旁路部署模式下黑白名单工作异常的问题 * 优化一些 UI 交互细节