shadowsocks-lite
v1.0.9
Published
A socks5 proxy helper
Downloads
3
Readme
shadowsocks-lite
Super simple to use
Socks5 proxy client and server with fewer config params.
Usage
- Create a file named
config.json
, with the following content:
{
"server":"my_server_ip",
"server_port":8388,
"local_address": "127.0.0.1",
"local_port":1080,
"password":"foobar"
}
Alternatively, you can specify multiple server addresses on client, and we will select the best to use automatically.
{
"server":["my_server_ip1",'my_server_ip2"],
"server_port":8388,
"local_address": "127.0.0.1",
"local_port":1080,
"password":"foobar"
}
cd
into the directory ofconfig.json
.On your server, run:
npm install -g shadowsocks-lite
sslserver
- On your client, run:
npm install -g shadowsocks-lite
ssllocal
- Change the proxy setting in your browser.
protocol: socks5
hostname: 127.0.0.1
port: 1080