imyelo / shadowkeeper

a better sslocal base on itself and wrapped by nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShadowKeeper

a better sslocal base on itself and wrapped by nodejs

Installation

  1. Install shadowsocks

    apt-get install python-pip
    pip install shadowsocks
    
  2. Install shadowkeeper from npm

    npm install shadowkeeper -g
    

Usage

$ shadowkeeper ./gui-config.json

Options
  --ping  Ping servers 
  --help

Launch

  1. Create/Download your gui-config.json of Shadowsocks for Windows

  2. Launch ShadowKeeper with your gui-config.json

    shadowkeeper ./gui-config.json
    

    The path can be omitted if it's same next time.

  3. Select your server config and local-port

  4. Done

Ping

  1. Create/Download your gui-config.json

  2. Ping servers with your gui-config.json

    shadowkeeper ./gui-config.json --ping
    

    The path can be omitted if it's same next time.

License

The MIT License

About

a better sslocal base on itself and wrapped by nodejs


Languages

Language:JavaScript 100.0%