CDN & WAF系统 https://github.com/TeaOSLab/EdgeAdmin

天问 cfeff5c9b9 Update 'README.md' 1 week ago
README.md cfeff5c9b9 Update 'README.md' 1 week ago

README.md

EdgeAdmin

CDN & WAF系统

Develop

git clone https://github.com/TeaOSLab/EdgeAdmin
git clone https://github.com/TeaOSLab/EdgeAPI
git clone https://github.com/TeaOSLab/EdgeNode
git clone https://github.com/TeaOSLab/EdgeCommon

cd EdgeAdmin
docker run -it --rm -v $(pwd):/workspaces golang:1.21 /bin/bash
go mod download
go build cmd/edge-admin/main.go

# 编译整个项目
./build.sh linux amd64