LightSword icon indicating copy to clipboard operation
LightSword copied to clipboard

Network Security Server based on Node.js

Results 6 LightSword issues
Sort by recently updated
recently updated
newest added

{ "server": "xxx.xxx.xxx.xxx", "port": 4433, "listenport": 1080, "password": "abcabc", "method": "aes-256-cfb", "timeout": 60, "fork": true, "dontbypasslocal", false "any": false } Should be { "server": "xxx.xxx.xxx.xxx", "port": 4433, "listenport": 1080, "password":...

nodejs 升级后npm install 后无法执行 lsserver, 应该是新版nodejs的配置方法变了,麻烦说明一下,小白不知

严重bug: 用LightSword下载的文件,解压时统统报错:文件已破坏(无论linux还是win) 换SS和lantern或其他工具下载,文件解压正常。 请自查,谢谢! 下面的下载地址供你参考: https://www.openssl.org/source/openssl-1.0.2f.tar.gz https://dist.torproject.org/tor-0.2.8.1-alpha.tar.gz

wontfix

磕磕绊绊的配置成功了,最大的问题是没找到单独的服务器日志查错有问题。。。。

目前好像没有这个功能,可不可以添加配置实现同进程对多个IP中转? 根据配置指定端口转向指定IP的指定端口,举个栗子: 本地监听端口ABCD,远端IP:abcd ``` A -> a:A B -> b:B c -> c:C d -> d:D ```

enhancement