mirror of https://github.com/Safe3/uuWAF
v2.1.2
parent
8be47918ad
commit
847bf1e204
|
@ -1,3 +1,21 @@
|
|||
## [2.1.2](https://github.com/Safe3/uuWAF/compare/v2.1.2...v1.9.3) (2022-11-11)
|
||||
|
||||
|
||||
### Bug 修复
|
||||
|
||||
* 修复日志管理功能Url过长时,日志显示不全的问题
|
||||
* 修复在selinux开启时,WAF服务进程不能正常启动的问题
|
||||
|
||||
|
||||
### 新增变更
|
||||
|
||||
* 增强默认安装初始化数据库密码、JWT密钥安全性,随机化生成
|
||||
* 升级OpenSSL组件到最新1.1.1s版
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.9.3](https://github.com/Safe3/uuWAF/compare/v1.9.3...v1.9.0) (2022-10-10)
|
||||
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@ article img.sd {
|
|||
display: block;
|
||||
box-shadow: 0 3px 15px 3px rgba(40, 40, 40, 0.5);
|
||||
margin-top: 20px;
|
||||
border-radius: 3%;
|
||||
}
|
||||
|
||||
article h2 img.emoji {
|
||||
|
|
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 226 KiB |
Binary file not shown.
After Width: | Height: | Size: 116 KiB |
Binary file not shown.
After Width: | Height: | Size: 282 KiB |
Binary file not shown.
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 99 KiB |
|
@ -10,7 +10,7 @@
|
|||
- 处理器:64位 1千兆赫(GHz)或更快。
|
||||
- 内存:不小于1G
|
||||
- 磁盘空间:不小于16G
|
||||
- 系统:RHEL 7及以上相关兼容Linux x86_64系统,如CentOS、AlmaLinux、Anolis、Rocky Linux等
|
||||
- 系统:RedHat 7及以上相关兼容Linux x86_64系统,如CentOS、AlmaLinux、Anolis、Rocky Linux等
|
||||
```
|
||||
|
||||
|
||||
|
@ -28,9 +28,3 @@ sudo wget https://waf.uusec.com/waf-install && chmod +x waf-install && ./waf-ins
|
|||
```
|
||||
|
||||
?> 安装成功后会显示 “ 恭喜您,安装成功!”
|
||||
|
||||
!> 注意:安装完成后请第一时间修改/uuwaf/web/conf/conf.yaml文件中的jwtKey登录认证加密密钥,然后执行如下命令使配置生效。
|
||||
|
||||
```bash
|
||||
/uuwaf/waf-service -s restart
|
||||
```
|
BIN
docs/waf-install
BIN
docs/waf-install
Binary file not shown.
Loading…
Reference in New Issue