Ubuntu 20.04.2 LTS compile gost

1.

export GOPROXY=https://goproxy.cn

2.  Download the source code from https://github.com/ginuerzh/gost . Compile the gost source code with the new go, and the old version of go has errors in compiling.

git clone https://github.com/ginuerzh/gost.git
cd gost/cmd/gost
go build

reference:

https://docs.ginuerzh.xyz/gost/

https://blog.csdn.net/u014155085/article/details/100144220

https://goproxy.cn/

https://blog.csdn.net/xiangy0809/article/details/107855344

https://blog.csdn.net/bwlab/article/details/78791193

Guess you like

Origin blog.csdn.net/eidolon_foot/article/details/113791662