This commit is contained in:
wenyifan
2022-09-01 15:24:36 +08:00
commit 7213e64b89
15 changed files with 631 additions and 0 deletions

4
build.bat Normal file
View File

@ -0,0 +1,4 @@
set GOOS=windows
go build -ldflags "-s -w" -trimpath -o shadowTLS.exe
set GOOS=linux
go build -ldflags "-s -w" -trimpath -o shadowTLS