linux轻量级cc攻击防御工具 |
wget -o install.sh http://blackflyman.qiniudn.com/cc2and1.sh && chmod x install.sh && bash install.sh -i ============== 脚本说明 =================== the time interval : 20 s #每20s检查一次系统请求情况 the forbidden time: 600 s #拉黑时长设为10分钟 adminstrator email: root@localhost #邮件对象设置为root@localhost(即关闭邮件发送) connections allow: 100 #单个ip并发限制为100
|