简体中文
新增
- 支持以动态模块安装到 nginx 上,感谢 dvershinin的 PR(#4)。
改动
- 配置指令合并 (ba92cfd)。这些配置指令将被合并:
waf_check_ipv4
,waf_check_url
,waf_check_args
,waf_check_ua
,waf_check_referer
,waf_check_cookie
,waf_check_post
,waf_check_cookie
,waf_cc_deny
。合并后的新指令为waf_mode
,详情见README。
修复
- 现在可以正确处理规则文件中的空行了(955cf2d)。
English
Added
- We can compile the module with
--add-dynamic-module
. Thanks for dvershinin's work(#4)。
Changed
- Merge directives(ba92cfd). These directives will be merged:
waf_check_ipv4
,waf_check_url
,waf_check_args
,waf_check_ua
,waf_check_referer
,waf_check_cookie
,waf_check_post
,waf_check_cookie
,waf_cc_deny
. The merged new directive iswaf_mode
, see README.
Fixed
- The blank lines in the rules can now be read correctly(955cf2d).