install

yum install -y python-pip
pip install --upgrade pip
pip install shadowsocks

server

ssserver -c config.json -d start

client

sslocal -c config.json -d start

config.json

{
    "server": "123.124.125.126",
    "server_port": 443,
    "local_address": "127.0.0.1",
    "local_port": "1080",
    "password": "123456",
    "timeout": 60,
    "method": "aes-256-cfb"
}

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

Captcha Code