the first commit, finish almost all function what i need

This commit is contained in:
杨黄林
2023-08-30 15:46:46 +08:00
commit 1e17465466
31 changed files with 5467 additions and 0 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
export GO111MODULE=on
build: frps-multiuser
cp ./config/frps-multiuser.ini ./bin/frps-multiuser.ini
cp -r ./assets/ ./bin/assets/
frps-multiuser:
go build -o ./bin/frps-multiuser ./cmd/fp-multiuser