美文网首页科学online
国外服务器VPS 和配置Shadowsock服务

国外服务器VPS 和配置Shadowsock服务

作者: 七维树 | 来源:发表于2017-10-09 12:19 被阅读67次

1.VPS网站推荐

✅✅Vultr:https://www.vultr.com/?ref=7229597
速度不错而且稳定,美国日本新加坡英国线路正在使用,可以用锐速,通过上面的邀请链接,可以得5刀优惠。

✅搬瓦工:https://bwh1.net/cart.php
有优惠,月付5刀,年付40刀,优惠20

❌Linode:https://www.linode.com
需要使用master或vsia卡,使用两天测试来看,经常连接不上服务器,可能ip被墙,不稳定,且内核都是该厂商自己的修改过的,无法使用锐速,已放弃。

DigitalOcean:https://www.digitalocean.com 
还未使用过,Ping 的速度还行

两个韩国的,还没用,就是贵
https://www.moguhost.com
http://console.soar-clouds.com/index.php

2.服务器评测
http://www.laozuo.org/bandwagonhost

3.教程vps + ss
http://blog.csdn.net/creasylai19/article/details/52268995
http://www.oneplusbbs.com/thread-3068029-1-4.html

4.Shadowsocks配置命令

wget --no-check-certificate https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks.sh

chmod +x shadowsocks.sh

./shadowsocks.sh 2>&1 | tee shadowsocks.log 
    运行上面的命令,会提示让你输入密码 /端口号/加密方式,密码自行输入即可,端口号最好在10000 -65530之间,加密方式选择aes-256-cfb

锐加速:必须选用Debian7 64 系统
wget -N --no-check-certificate https://raw.githubusercontent.com/91yun/serverspeeder/master/serverspeeder-all.sh && bash serverspeeder-all.sh

vi /serverspeeder/etc/config

service serverSpeeder restart

相关文章

网友评论

    本文标题:国外服务器VPS 和配置Shadowsock服务

    本文链接:https://www.haomeiwen.com/subject/iqvuyxtx.html