1.项目地址
GitHub - oov/socks5: This is an implementation of the SOCKS v5 server in the Go programming language.
2.安装go环境
3.go换源
go env -w GO111MODULEauto
go env -w GOPROXYhttps://goproxy.cn,direct
4.安装依赖、socks5包
go get -u github.com/oov/…
***首先把服务器8899端口开起来
root登录服务器后:
lsb_release -a #查看当前服务器版本
Run the commands below to install the latest version of EPEL repository for CentOS 7 and then update your system for missing 1.updates and security patches.
yum in…