SSR服务器
1 | https://github.com/shadowsocksr-backup/shadowsocksr/tree/manyuser |
SSR客户端
1 | ShadowsocksX-NG |
SSR配置
./mudb.json 配置
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 [
{
"d": 0,
"enable": 1,
"method": "chacha20-ietf",
"obfs": "tls1.2_ticket_auth_compatible",
"passwd": "passwdxxx",
"port": 50000,
"protocol": "auth_sha1_v4",
"protocol_param": "8",
"transfer_enable": 9007199254740992,
"u": 0,
"user": "userxxx"
}
]
SSR命令
1 | # 开启服务并记录日志 |