You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
uuWAF/docker
有安科技 857ef2b489
update
2 months ago
..
docker-compose.yml Fix health check docker log error 3 months ago
low-memory-my.cnf update 4 months ago
readme.txt update 2 months ago
uuwaf.sh update 2 months ago

readme.txt

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

环境要求:
Docker 20.10.14 版本以上Docker Compose 2.0.0 版本以上

解压南墙安装包:
tar -zxf waf.tgz && cd waf

若服务器内存有限可以取消docker-compose.yml中如下注释中的#号降低mysql内存占用
#- ./low-memory-my.cnf:/etc/mysql/my.cnf

南墙Docker管理执行如下面命令根据提示启动南墙docker服务
bash uuwaf.sh

快速入门:
1、登录后台访问https://wafip:4443wafip为安装南墙的服务器ip用户名admin密码Passw0rd!
2、添加站点进入站点管理菜单点击添加站点按钮按提示添加站点域名与网站服务器ip
3、添加SSL证书进入证书管理菜单点击添加证书按钮上传第二步中域名的https证书和私钥文件。若不添加SSL证书则南墙会自动尝试申请Let's Encrypt免费SSL证书并在证书到期前自动续期
4、将域名DNS的ip指向改为南墙服务器ip地址
5、访问站点域名查看网站是否能够访问