Ubuntu 20.04.2 LTS编译gost

1.

export GOPROXY=https://goproxy.cn

2. https://github.com/ginuerzh/gost 网站下载源码。用新的go编译gost源码,老版go编译有错误。

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

参考:

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

猜你喜欢

转载自blog.csdn.net/eidolon_foot/article/details/113791662
今日推荐