未分类
使用 net-speeder 为 ShadowSocks 加速
一直使用 FinalSpeed (换 Kcptun 了)加速 ShadowSocks,然而 FS 需要运行本地客户端的限制让它在手机上没有了用武之地。 达成这一需求的常见方案,比如 锐速,net-speeder 这种多倍发包用流量换速度的方案还是值得一试的。 然而 OpenVZ 架构的 VPS 只能使用 net-speeder ,这次就拿上次推荐的 Sentris 白菜价 VPS 来达成加速。 购买链接:http://www.sentris.net/billing/aff.php?aff=217&pid=794 下面的教程建立在已安装 ShadowSocks 并能正常使用的前提下,使用 Putty 登录控制台。 1. 下载 net-speeder 源码并解压: 1 2 wget https://github.com/snooda/net-speeder/archive/master.zip unzip master.zip 2. 准备安装: CentOS 系统 64 位 1 2 3 wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm rpm -ivh epel-release-6-8.noarch.rpm yum install libnet libpcap libnet-devel libpcap-devel CentOS 系统 32 Read more…