centos 安装ss

时间:2025-01-29 11:04:56
yum install python-setuptools && easy_install pip
pip install *
vi /etc/*.json
{
    "server":"0.0.0.0",
    ,
    "local_address": "127.0.0.1",
    ,
    "password":"mypassword",
    ,
    "method":"aes-256-cfb",
    "fast_open": false
}
To run in the background:

ssserver -c /etc/*.json -d start
ssserver -c /etc/*.json -d stop

# 调试时使用下面命令,实时查看日志 ssserver -c /etc/*.json