-
Couldn't load subscription status.
- Fork 13
Home
zhining-lu edited this page May 5, 2020
·
15 revisions
Welcome to the netty-websocket-proxy wiki!
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
}`
by com.github.zhining-lu
