# commfirewall **Repository Path**: shorile/commfirewall ## Basic Information - **Project Name**: commfirewall - **Description**: 依赖iptables+ipset的通用防火墙脚本 - **Primary Language**: Shell - **License**: BSD-3-Clause-Clear - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-06-10 - **Last Updated**: 2022-03-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # commfirewall #### 介绍 依赖iptables+ipset的通用防火墙脚本 #### 软件架构 shell=>ipset=>iptables #### 安装教程 1. 执行bash install.sh #### 使用说明 1. 依赖ipset+iptables 2. 通过脚本检查筛选出非法ip,加入ipset集合中 #### 参与贡献 1. luke(shorile@live.com)创建代码 #### 扩展说明 1. 通用的东西 2. 不限于shell脚本,也可以使用Python