Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

打个包,增加cc拦截效果,增加日志功能,增加白名单功能。 #136

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update config.lua
  • Loading branch information
weakestan authored Aug 7, 2018
commit 9d03dd8f1d89fcaa2f2034cf7c738fc47cadb810
4 changes: 2 additions & 2 deletions config.lua
Original file line number Diff line number Diff line change
@@ -5,9 +5,9 @@ logtofile = "off"
logdir = "/var/log/nginx/"
--保存日志到syslog,采用nginx设置
logtoserver = "on"
--通过log日志方式提交hack_ip记录到ros(失败:ros没办法将udp提交的信息加载到地址表)
--通过syslog日志方式提交hack_ip记录到日志服务器
loghack="off"
--rosip='192.168.199.1'
--rosip='192.168.0.1'
------------
UrlDeny="on"
Redirect="on"