Fix make tls hello failed when reconnect the network
This commit is contained in:
@ -3,15 +3,15 @@ mkdir bin
|
||||
cd cmd/gost
|
||||
set GOARCH=amd64
|
||||
set GOOS=windows
|
||||
go build --ldflags="-s -w" -v -x -a -o gost.exe
|
||||
go build --ldflags="-s -w" -v -x -a -trimpath -o gost.exe
|
||||
move gost.exe ../../bin
|
||||
|
||||
set GOARCH=amd64
|
||||
set GOOS=linux
|
||||
go build --ldflags="-s -w" -v -x -a -o gost
|
||||
go build --ldflags="-s -w" -v -x -a -trimpath -o gost
|
||||
move gost ../../bin
|
||||
|
||||
set GOARCH=arm64
|
||||
set GOOS=linux
|
||||
go build --ldflags="-s -w" -v -x -a -o gost_arm64
|
||||
go build --ldflags="-s -w" -v -x -a -trimpath -o gost_arm64
|
||||
move gost_arm64 ../../bin
|
Reference in New Issue
Block a user