A socks5 proxy server implemented based on netty4.
基于netty4实现的socks5代理服务器
You can find relevant resources at the link below.
你可以在下方链接找到相关资源
https://github.com/SenseBin/netty-socks5/releases/tag/v1.0
JRE/JDK 8 or higher
JRE/JDK 8 以上环境
(1) Download the source code to your local machine.
(1) 将源码下载至本地
(2) Run the following command to compile:
(2) 运行如下命令进行编译:
gradle package
(3) You can find the artifacts in the build/distributions directory.
(3) 在build/distributions目录下可以找到产物
Extract the artifacts, and you can find the corresponding executable files (sh / bat) in the bin directory. See README.en.md
将产物解压,在bin目录下可找到对应的可执行文件(sh / bat)。参考 README.ch.md