Skip to content

Commit

Permalink
🔖 📝 🔊 Update README & CHANGES.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADD-SP committed Dec 25, 2020
1 parent bd279e7 commit 4e2202a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES-ZH-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 更新日志

## [未发布]
## [3.0.0] - 2020-12-25

### 新增

Expand All @@ -10,6 +10,8 @@

### 改动

+ 删除了一些无用的日志([bd279e7](https://github.com/ADD-SP/ngx_waf/commit/bd279e7be872621fa75337722a9fae30b2ea6812))。

+ 友好的错误提示([d1185b2](https://github.com/ADD-SP/ngx_waf/commit/d1185b26a413e45dcf5ef479b0078aa57a4b5962) & [f2b617d](https://github.com/ADD-SP/ngx_waf/commit/f2b617d5174eb1bc6982113415ddcb1f798ef703))。当规则文件中 IP 地址无效或者 IP 地址块重叠的时候警告或者报错(并不能检测所有的重叠情况)。

+ 更快的 IP 地址检查速度([2b9e774](https://github.com/ADD-SP/ngx_waf/commit/2b9e77404826666df301c3d6b3ce07a6968de266))。改用前缀树检查 IP,现在在常数时间内即可完成 IP 的匹配,之前是一个一个地匹配,是线性时间。
Expand Down
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [Unreleased]
## [3.0.0] - 2020-12-25

### Added

Expand All @@ -10,6 +10,8 @@

### Changed

+ Delete some meaningless logs ([bd279e7](https://github.com/ADD-SP/ngx_waf/commit/bd279e7be872621fa75337722a9fae30b2ea6812)).

+ Friendly error alerts ([d1185b2](https://github.com/ADD-SP/ngx_waf/commit/d1185b26a413e45dcf5ef479b0078aa57a4b5962) & [f2b617d](https://github.com/ADD-SP/ngx_waf/commit/f2b617d5174eb1bc6982113415ddcb1f798ef703)). Warnings or error reporting when IP addresses in the rule file are invalid or IP address blocks overlap (does not detect all overlaps).

+ Faster IP matching ([2b9e774](https://github.com/ADD-SP/ngx_waf/commit/2b9e77404826666df301c3d6b3ce07a6968de266)).
Expand Down
1 change: 1 addition & 0 deletions README-ZH-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ https://example.com/www.bak

+ 本项目遵循 [语义化版本 2.0.0](https://semver.org/lang/zh-CN/)
+ [常见问题与解答](https://github.com/ADD-SP/ngx_waf/issues/14)
+ [已知 Bug](https://github.com/ADD-SP/ngx_waf/issues/1)

## 感谢

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ The block log is stored in `error.log`. The log level of the block record is ALE

+ This project follows [Semantic Versioning 2.0.0](https://semver.org/).
+ [FAQ](https://github.com/ADD-SP/ngx_waf/issues/14)
+ [Known issues](https://github.com/ADD-SP/ngx_waf/issues/1)

## Thanks

Expand Down

0 comments on commit 4e2202a

Please sign in to comment.