Skip to content

v2.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ADD-SP ADD-SP released this 01 Sep 15:05

简体中文

新增

  • 支持以动态模块安装到 nginx 上,感谢 dvershinin的 PR(#4)。

改动

  • 配置指令合并 (ba92cfd)。这些配置指令将被合并:waf_check_ipv4waf_check_urlwaf_check_argswaf_check_uawaf_check_refererwaf_check_cookiewaf_check_postwaf_check_cookiewaf_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 is waf_mode, see README.

Fixed

  • The blank lines in the rules can now be read correctly(955cf2d).