Skip to content
zhining-lu edited this page May 5, 2020 · 15 revisions

Welcome to the netty-websocket-proxy wiki!

Configuration file explanation

config-example-server.json

`{

"server": "0.0.0.0",//Refers to the server itself   

"port_password": { 

  "80": "889900" //server port and password 

} 

}`

config-example-client.json

`{

"server": "127.0.0.1",//server address   

"port_password":  { 

  "80": "889900" //same as server port and password 

 }, 

"local_address": "0.0.0.0", //Refers to the client itself     

"local_port": 18080 //client socks5 server port

}`

Data flow

https://img-blog.csdnimg.cn/20200505124058289.png

Clone this wiki locally