ShadowsocksR(SSR)安装完成后,显示以下的信息:
下载安装过程中要求设置密码和端口及协议模式,安装完成后显示如下:
Congratulations, ShadowsocksR server install completed!
Your Server IP : IP
Your Server Port : 端口(刚才设置的端口)
Your Password : 密码
Your Protocol : origin
Your obfs : plain
Your Encryption Method: aes-256-cfb(加密协议)
删除shadowsocksr:./shadowsocksR.sh uninstall
查看shadowsocksr状态:/etc/init.d/shadowsocks status
启动:/etc/init.d/shadowsocks start
停止:/etc/init.d/shadowsocks stop
重启:/etc/init.d/shadowsocks restart
状态:/etc/init.d/shadowsocks status
配置文件路径:/etc/shadowsocks.json
如果要配置多用户需要可以修改配置文件/etc/shadowsocks.json
{ "server":"0.0.0.0", "server_ipv6": "[::]", "local_address":"127.0.0.1", "local_port":1080, "port_password":{ "8989":"password1", "8990":"password2", "8991":"password3" }, "timeout":300, "method":"aes-256-cfb", "protocol": "origin", "protocol_param": "", "obfs": "plain", "obfs_param": "", "redirect": "", "dns_ipv6": false, "fast_open": false, "workers": 1 }
上一篇:sstap服务端搭建教程