Skip to content
zhining-lu edited this page Apr 24, 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 ip "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 }

Clone this wiki locally