Level.5:构建自己的网络加速引擎

Level.5 是一款基于 LightSword 技术的 Mac 端网络加速(Dai Ling)工具,软件本身没有特殊之处,重要的是他需要用户自己利用手中的 VPS 搭建加速环境,所有在使用门槛上有些高,不过如果用起来后一年能为你剩下不少费用,你懂得。

 

Level.5 基于 OS X 10.11 Network Extension 开发,OS X 10.11 是最低版本要求,它可以自定义端口、DNS 服务器(默认是 GoogleDNS),另外它在 iOS 端有一个版本,叫 Level.4,支持设备唤醒后自动重连。

使用 Level.5,需要你有一台像样的 VPS 主机,速度要有保证,并且需要你在服务器端部署 Node.js v4+ 和 LightSword。

安装 Node.js

  • wget http://nodejs.org/dist/latest-v4.x/node-v4.4.0.tar.gz
  • tar zxvf node-v4.4.0.tar.gz
  • cd node-v4.4.0
  • make(安装)
  • make install
  • node -v(确认安装的 Node.js 版本)

安装 LightSword

如果你的主机环境是 Ubuntu,那么步骤如下:

  • apt-get update -y
  • apt-get install curl -y
  • curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash –
  • apt-get install -y nodejs
  • npm install lightsword -g

如果你的主机环境是 Debian(管理员权限操作)

  • apt-get update -y
  • apt-get install curl -y
  • curl -sL https://deb.nodesource.com/setup_5.x | bash –
  • apt-get install -y nodejs
  • npm install lightsword -g

如果你的主机环境是 RHEL 6, CentOS 6

  • yum update
  • yum install curl
  • curl -sL https://rpm.nodesource.com/setup_5.x | bash –
  • npm install lightsword -g

Node.js v4+ 和 LightSword 安装完毕后开始运行 LightSword

lsserver –port 「端口号」 –password 「密码,自己设定一个」 –fork –cluster

然后启动 Level.5,在 ‘Add Server…’ 中填写主机 IP(address)、端口号(填写启动 LightSword 时设定的端口,默认是 8900)以及密码等信息。

Level.4 下载(iOS 版)

评论 3 条

  • Doctor Hu

    和ss比如何呢?

    2016-03-19 01:56 回复

    • Frank

      所有性能均依据主机配置。

      2016-03-19 13:08 回复

      • smilexyk

        但是我电脑上添加好配置文件之后,点 Connect 没有反应啊……

        2016-03-21 18:44 回复