File tree Expand file tree Collapse file tree 4 files changed +39
-12
lines changed
Expand file tree Collapse file tree 4 files changed +39
-12
lines changed Original file line number Diff line number Diff line change 11# SAFELINE-CE CHANGELOG
22
3+ ## [ 4.1.0] - 2024-01-11
4+
5+ ### 新增
6+
7+ - 拦截日志一键复制为 cURL ([ #531 ] ( https://github.com/chaitin/SafeLine/issues/531 ) )
8+
9+ ### 优化
10+
11+ - IP 组若为在线订阅,显示更新时间([ #574 ] ( https://github.com/chaitin/SafeLine/issues/574 ) )
12+ - 优化 safeline-fvm 容器重启速度,重启时间减少 10s
13+ - 优化 safeline-mgt 容器镜像层数,从 39 层下降到 24 层
14+
15+ ### 修复
16+
17+ - 修复日志列表 IP 来源地区未翻译国家编号的问题([ #578 ] ( https://github.com/chaitin/SafeLine/issues/578 ) )
18+ - 修复英文翻译问题([ #591 ] ( https://github.com/chaitin/SafeLine/issues/591 ) )
19+ - 修复雷池管理后台证书更新后未自动重启问题
20+
321## [ 4.0.2] - 2024-01-06
422
523### 修复
Original file line number Diff line number Diff line change @@ -6,6 +6,24 @@ title: "版本更新记录"
66
77[ 版本升级方法] ( /guide/upgrade )
88
9+ ### [ 4.1.0] - 2024-01-11
10+
11+ #### 新增
12+
13+ - 拦截日志一键复制为 cURL ([ #531 ] ( https://github.com/chaitin/SafeLine/issues/531 ) )
14+
15+ #### 优化
16+
17+ - IP 组若为在线订阅,显示更新时间([ #574 ] ( https://github.com/chaitin/SafeLine/issues/574 ) )
18+ - 优化 safeline-fvm 容器重启速度,重启时间减少 10s
19+ - 优化 safeline-mgt 容器镜像层数,从 39 层下降到 24 层
20+
21+ #### 修复
22+
23+ - 修复日志列表 IP 来源地区未翻译国家编号的问题([ #578 ] ( https://github.com/chaitin/SafeLine/issues/578 ) )
24+ - 修复英文翻译问题([ #591 ] ( https://github.com/chaitin/SafeLine/issues/591 ) )
25+ - 修复雷池管理后台证书更新后未自动重启问题
26+
927### [ 4.0.2] - 2024-01-06
1028
1129#### 修复
Original file line number Diff line number Diff line change @@ -55,23 +55,14 @@ bash -c "$(curl -fsSLk <https://waf-ce.chaitin.cn/release/latest/setup.sh>)"
5555cd /data/safeline/resources/detector/
5656```
5757
58- 用文本编辑器打开目录里的 snserver .yml 文件,寻找这样的三行内容 :
58+ 用文本编辑器打开目录里的 detector .yml 文件,我们需要将 bind 方式从 unix socket 改为 tcp,添加如下配置 :
5959
6060```
61- bind_addr: unix:///resources/detector/snserver.sock
62- # bind_addr: 0.0.0.0
63- # listen_port: 8000
64- ```
65-
66- 找到以后,我们需要将 bind 方式从 unix socket 改为 tcp,将这三行修改为以下内容即可:
67-
68- ```
69- # bind_addr: unix:///resources/detector/snserver.sock
7061bind_addr: 0.0.0.0
7162listen_port: 8000
7263```
7364
74- 这样我们就把雷池引擎的服务监听到了 8000 端口,现在只需要把容器内的 8000 端口映射到宿主机即可。
65+ detector配置的属性值将覆盖容器内默认配置文件的同名属性值。 这样我们就把雷池引擎的服务监听到了 8000 端口,现在只需要把容器内的 8000 端口映射到宿主机即可。
7566
7667进入雷池的安装目录
7768
Original file line number Diff line number Diff line change 11{
2- "latest_version" : " v4.0.2 " ,
2+ "latest_version" : " v4.1.0 " ,
33 "rec_version" : " v3.11.1"
44}
You can’t perform that action at this time.
0 commit comments