jqqjj / socks5

(支持UDP和TCP的纯Go/Golang socks5服务器) socks5 proxy server builds with go/golang, which UDP and TCP are supported.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linux_x86_64 这个如何在Centos 系统上运行啊?谢谢

AtlantisDe opened this issue · comments

linux_x86_64 这个如何在Centos 系统上运行啊?谢谢

// 安装了GO环境,然后这样执行..
go version

// >> go version go1.16.3 linux/amd64


然后就不知道怎么弄了.
go get github.com/jqqjj/socks5

./linux_x86_64

commented

直接go build . 编译后执行即可,也可以go get github.com/jqqjj/socks5 命令后得到socks5这个可执行文件,执行即可