安装
## 安装依赖
pip install *
配置
{
"server":"0.0.0.0",
"server_port":10050,
"local_address": "0.0.0.0",
"local_port":1080,
"password":"hk@2022ppP",
"timeout":300,
"method":"aes-256-cfb",
"protocol":"origin",
"obfs":"plain",
"fast_open": false,
"workers": 1
}
启动脚本
$sudo vim /etc/systemd/system/*.service
[Unit]
Description=*
[Service]
TimeoutStartSec=0
ExecStart=/usr/bin/ssserver -c /etc/*.json
[Install]
WantedBy=multi-user.target