A implementation of Forward-proxy in Java base on netty4 framework.
- TCP support
- CDN support
- SOCKS5 support
- JRE8
- download netty-websocket-proxy-x.x.x-bin.tar.gz
- tar -xzvf netty-websocket-proxy-x.x.x-bin.tar.gz
- run
java -jar ./bin/netty-websocket-proxy-x.x.x.jar -s -conf="./conf/config-example-server.json"
java -jar ./bin/netty-websocket-proxy-x.x.x.jar -c -conf="./conf/config-example-client.json"
Note: You can also use the command under bin to start the service. After the service starts, you can use Google Chrome and install the SwitchyOmega plug-in to surf the Internet
- import as maven project
- maven package
- performance optimization
- android client