https://github.com/zuston/tiny-firewall
the server firewall based on openresty,providing the web dashbroad
https://github.com/zuston/tiny-firewall
nginx nginx-lua openresty
Last synced: about 2 months ago
JSON representation
the server firewall based on openresty,providing the web dashbroad
- Host: GitHub
- URL: https://github.com/zuston/tiny-firewall
- Owner: zuston
- Created: 2017-05-08T10:20:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T03:58:47.000Z (almost 8 years ago)
- Last Synced: 2025-02-01T22:13:01.560Z (4 months ago)
- Topics: nginx, nginx-lua, openresty
- Language: Lua
- Homepage:
- Size: 1.54 MB
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tiny-firewall
* 采用 openresty 的方式在 server 端进行拦截处理
* 过滤高频次检索请求,设置 ip 黑白名单,防止拖垮服务器
* 监控请求记录,针对性优化## 部署方式
* install openresty
* cd nginx floder
* cd sbin
* ./nginx -c tiny-firewall/serverApp/conf/nginx.conf
* 启动后打开 web 界面进行监控