ubuntu系统下安装shadowsocks

2017-4-11 admin linux

 sudo apt-get install openssl


 sudo apt-get install libssl-dev 


下载shadowsocks源码

 ./configure --prefix=/安装位置就行 


新建一个config.json文件

{
"server": "主机ip",
"server_port": 主机端口,
"local_port": 1080,
"password": "密码",
"timeout": 600,
"method": "aes-256-cfb"
}


nohup ss-server -c config.json &

后台运行着服务就行了

标签: vps

发表评论:

Powered by emlog

浙ICP备17021512号 |浙公网安备 33010602008237号