Giter Club home page Giter Club logo

lightsword's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lightsword's Issues

新版本升级

RT,如果出现了新版本该如何升级,wiki里没见说明

中转模式可以同时中转多个线路吗?

目前好像没有这个功能,可不可以添加配置实现同进程对多个IP中转?

根据配置指定端口转向指定IP的指定端口,举个栗子:

本地监听端口ABCD,远端IP:abcd

A -> a:A
B -> b:B
c -> c:C
d -> d:D

今天连接的时候发现服务器端进程没有了

昨天仅仅试用短暂连接了两次,今天连不上才发现的。
看了下服务器(ubuntu14.04)内存很充裕啊,256M才用了50M多,其他进程都好好的。
这个进程为什么会自动关闭呢

SyntaxError: Unexpected token >

root@iZ28qmuv9zaZ:~# lsbridge -s 000.92.41.108 -p 40020 -l 40020

/usr/local/lib/node_modules/lightsword/build/bridge/bin/cli.js:35
    ipc.sendCommand('bridge', args.daemon, (code) => process.exit(code));
                                                   ^
SyntaxError: Unexpected token >
    at Module._compile (module.js:439:25)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Function.Module.runMain (module.js:497:10)
    at startup (node.js:119:16)
    at node.js:902:3

Error in the client configuration

{
"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": "abcabc",
"method": "aes-256-cfb",
"timeout": 60,
"fork": true,
"dontbypasslocal": false,
"any": false
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.