inharest / hello-world

Just another repository
0 stars 0 forks source link

How to install Shadowsocks? #10

Open inharest opened 7 years ago

inharest commented 7 years ago

Command Line Client

Install

Setup package with:

pip install shadowsocks

or

sudo apt-get install shadowsocks

Config

create config shadowsocks.json

{
    "server": "address",
    "server_port": 8388,
    "local_port": 1080,
    "password": "password",
    "timeout": 600,
    "method": "aes-256-cfb"
}

Run

Run shadow

sslocal -c shadowsocks.json 

Gui Client

Setup with:

sudo add-apt-repository ppa:hzwhuang/ss-qt5
sudo apt-get update
sudo apt-get install shadowsocks-qt5

Reference

shadowsocks shadowsocks-qt5 linux-ubuntu使用shadowsocks客户端配置