VPS 下安装 Shadowsocks[Shadowsocks-go一键安装]

安装的是 Shadowsocks-go一键安装脚本 

Shadowsocks

http://teddysun.com/392.html

服务器端口:8989

客户端端口:1080

密码:自己设定(如不设定,默认为teddysun.com)

加密方式: aes-256-cfb

 

安装方法:

使用root用户登录,运行以下命令:

  1. wget --no-check-certificate https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks-go.sh
  2. chmod +x shadowsocks-go.sh
  3. ./shadowsocks-go.sh 2>&1 | tee shadowsocks-go.log

 

安装完成后,脚本提示如下:

  1. Congratulations, shadowsocks-go install completed!
  2. Your Server IP:your_server_ip
  3. Your Server Port:8989
  4. Your Password:your_password
  5. Your Local Port:1080
  6. Your Encryption Method:aes-256-cfb
  7. Welcome to visit:http://teddysun.com/392.html
  8. Enjoy it!

 

卸载方法:

使用 root 用户登录,运行以下命令:

  1. ./shadowsocks-go.sh uninstall

 

其他事项:

安装完成后即已后台启动 shadowsocks-go

  1. /etc/init.d/shadowsocks status

可以查看 shadowsocks-go 进程是否已经启动。

 

使用命令:

  1. 启动:/etc/init.d/shadowsocks start
  2. 停止:/etc/init.d/shadowsocks stop
  3. 重启:/etc/init.d/shadowsocks restart
  4. 状态:/etc/init.d/shadowsocks status

 

多用户多端口配置文件

配置文件路径:/etc/shadowsocks/config.json

  1. {
  2.     "server":"0.0.0.0",
  3.     "server_port":8989,
  4.     "local_port":1080,
  5.     "password":"xxxxxxxx",
  6.     "port_password":{
  7.          "8989":"password0",
  8.          "9001":"password1",
  9.          "9002":"password2",
  10.          "9003":"password3",
  11.          "9004":"password4"
  12.     },
  13.     "method":"aes-256-cfb",
  14.     "timeout":600
  15. }

端口自己定义 密码当然也是自己设置 ,本人使用rc4-md5加密方式 。

 

感谢 一键安装脚本作者 秋水逸冰。

 

 

 


 

 

备份:

shadowsocks-go-20150529

 

Shadowsocks-go一键安装脚本@teddysun.com-20150420

 

shadowsocks-go-20150529

 

Shadowsocks-go一键安装脚本@teddysun.com-20150801

 


 

 

免费SS:

 

http://www.shadowsockscn.com/code

http://www.xingyuss.com/user/register.php

http://www.bujike.com/code

http://www.bolg.club/code.php

https://catss.top/code

http://vip14.good.v15ho.mmpic8.com/code.php

版权声明:
作者:hopol
链接:https://hopolcn.com/2015/05/239/
来源:HopoL's Blog
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>
文章目录
关闭
目 录