SamWaf网站防火墙是一款适用于小公司、工作室和个人网站的开源轻量级网站防火墙,完全私有化部署,数据加密且仅保存本地,一键启动,支持Linux,Windows 64位
SamWaf的特点:
SamWaf技术架构
Windows环境:
// 安装服务SamWaf64.exe install // 启动服务SamWaf64.exe start// 停止服务SamWaf64.exe stop// 卸载服务SamWaf64.exe uninstall
Linux环境:
// 安装服务./SamWafLinux64 install // 启动服务./SamWafLinux64 start// 停止服务./SamWafLinux64 stop// 卸载服务./SamWafLinux64 uninstall
Docker部署:
version: '3.8'services: samwaf-instance: image: samwaf/samwaf container_name: samwaf-instance ports: - "26666:26666" - "8089:80" - "443:443" volumes: - ./conf:/app/conf - ./data:/app/data - ./logs:/app/logs restart: unless-stopped
启动访问:
访问地址:127.0.0.1:26666
127.0.0.1:26666
默认账号:admin 密码:admin868(建议立即更改密码)
admin
admin868
配置CC攻击防护
配置IP黑白名单
配置URL黑白名单
链接: gitee: https://gitee.com/samwaf/SamWaf github: https://github.com/samwafgo/SamWaf 点击下方阅读原文直接跳转gitee