wanglaihuai 2016-8-27 16:12
自己搭建vps ss翻墙,相当便宜。
目前全网最便宜的vps购买地址:[url=https://virmach.com/manage/aff.php?aff=850]点我[/url]
购买之后,选择centos x64
然后设置root密码
之后,用putty连接到vps
输入
wget ‐‐no‐check‐certificate [url]https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks.sh[/url]
chmod +x shadowsocks.sh
./shadowsocks.sh 2>&1 | tee shadowsocks.log
安装完成后,脚本提示如下:
Congratulations, shadowsocks install completed!
Your Server IP:your_server_ip
Your Server Port:8989
Your Password:your_password
Your Local IP:127.0.0.1
Your Local Port:1080
Your Encryption Method:aes‐256‐cfb
Welcome to visit:[url]http://teddysun.com/342.html[/url]
Enjoy it!
卸载方法:
使用root用户登录,运行以下命令:
./shadowsocks.sh uninstall
使用命令:
启动:/etc/init.d/shadowsocks start
停止:/etc/init.d/shadowsocks stop
重启:/etc/init.d/shadowsocks restart
状态:/etc/init.d/shadowsocks status
有啥问题再留言,我会一一解答。