An open API service indexing awesome lists of open source software.

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

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 界面进行监控