-
Notifications
You must be signed in to change notification settings - Fork 6
Home
zhining-lu edited this page Nov 27, 2022
·
2 revisions
config-example-server.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
}`
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
}`