feat: 实现基础的随机转发能力

This commit is contained in:
2024-01-18 17:32:23 +08:00
commit 0f1e287134
7 changed files with 316 additions and 0 deletions

6
Makefile Normal file
View File

@ -0,0 +1,6 @@
export GOOS=linux
export GOARCH=amd64
# 构建目标
build:
go build -ldflags="-s -w" -o aiproxy .