LightSword基于Node.js的SOCKS5代理/AppleNE服务器
有很多网友在博客提到 LightSword ,最近也关注了一下此工具。
由于Shadowsocks Nodejs 处理大的并发,占内存严重,一直没人关注Nodejs Shadowsocks 。
LightSword特点内置服务端/中转/客户端 部署。支持Apple NE 服务器部署。
LightSword —— 基于 Node.js 的 SOCKS5 代理 / Apple NE 服务器。
LightSword 参考了 Shadowsocks 的协议,并用 Typescript 实现。LightSword 基于 Node.js 4.0+,因此需要首先安装 Node.js 4.0 以上版本。
Github
https://github.com/UnsignedInt8/LightSword
部署步骤
首先,安装Node.js 4.0+(详细方法参见下文),安装好 Node.js 之后,即可使用 Node.js 的包管理器 npm 安装 LightSword 。目前 npmjs.org 可以访问,因此可以直接安装:
1.安装
[sudo] npm install lightsword -g
安装完成之后,即可使用客户端,服务器端,中转站端。
服务器端: lsserver, lightsword-server, lightsword
中转站端: lsbridge, lightsword-bridge
客户端: lslocal, lightsword-client
简单地说明下中转站的作用:
2.运行
服务器:
lsserver -f
客户端:
lslocal -s server_addr -f
中转站:
lsbridge -s server_addr -f
以上配置均使用内置默认设置,详细参数请参见源码文件夹中的 README.md 文件(参见: server, client, bridge 这三个文件夹)。
经实际测试,中转服务器对 Shadowsocks 有效。理论上支持任何形式的 TCP 流量中转。
最后配置你的浏览器及其它需要上网的软件使用 LightSword 提供的 SOCKS5 代理。
默认监听地址: localhost
端口: 1080
Linux 支持
在 misc
文件夹下,已经写好了 Linux 启动脚本,你可以根据自己的实际情况,修改运行参数。并放到 init.d 目录下,再 chkconfig on
或者其它 Linux 分发版的命令激活自动运行即可。
快速安装方法:
Ubuntu 用户
# Using Ubuntu
[sudo] apt-get update -y
[sudo] apt-get install curl -y
[sudo] curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
[sudo] apt-get install -y nodejs
[sudo] npm install lightsword -g
一键安装
curl -sL https://raw.githubusercontent.com/UnsignedInt8/LightSword/master/misc/onekey_ubuntu.sh | sudo -E bash -
Debian 用户
# Using Debian, as root
[sudo] apt-get update -y
[sudo] apt-get install curl -y
[sudo] curl -sL https://deb.nodesource.com/setup_5.x | bash -
[sudo] apt-get install -y nodejs
[sudo] npm install lightsword -g
一键安装
curl -sL https://raw.githubusercontent.com/UnsignedInt8/LightSword/master/misc/onekey_debian.sh | sudo -E bash -
RHEL 6, CentOS 6 用户
# Using RHEL 6, CentOS 6
[sudo] yum update -y
[sudo] yum install curl -y
[sudo] curl -sL https://rpm.nodesource.com/setup_5.x | bash -
[sudo] yum install -y nodejs
[sudo] npm install lightsword -g
一键安装
curl -sL https://raw.githubusercontent.com/UnsignedInt8/LightSword/master/misc/onekey_centos.sh | sudo -E bash -
Apple 用户
Apple 用户只需要运行服务器,即可打开iOS客户端填写配置并投入使用。如需测试 DNS 泄漏,请访问https://dnsleaktest.com。
建议在运行的时候加入 --cluster 参数,以提升服务器性能和稳定性。
默认端口: 8900
默认密码: lightsword.neko
默认算法: AES-256-CFB
IOS客户端
Level.4/Level.5 支持LightSword的IOS/MAC客户端
备注
该文博主只是收录,并未测试速度以及稳定性。
版权声明:
作者:我是小马甲~
链接:https://51.ruyo.net/2469.html
来源:如有乐享
文章版权归作者所有,未经允许请勿转载。
共有 0 条评论