socks5 netty proxy
it a simplied version of xtuhcy/socks5-netty. The purpose of this project is try to show how to use netty and sock5. This project can transfer data and cross firewall too.However, its data is not encrypted. Please use server and client project in my repo if you want to securely transfer data.
xtuhcy/socks5-netty. They do really good job.