Go to file
2017-11-28 09:38:28 +08:00
.github add ISSUE_TEMPLATE.md 2017-08-22 20:18:34 +08:00
benchmark benchmark: add 2017-11-22.txt 2017-11-22 11:41:21 +08:00
bin core/hub: log worker id 2017-11-26 19:39:43 +08:00
deploy deploy: upgrade image to Node.js v8.9.1 2017-11-24 13:03:19 +08:00
docs docs: add suites instructions 2017-11-10 10:49:46 +08:00
lib lib: regen 2017-11-22 10:52:16 +08:00
pkg package,pkg: integrate pkg, add postpkg.js 2017-08-09 14:56:54 +08:00
src core/hub: use Map to store relays 2017-11-28 09:38:28 +08:00
suites docs: update 2017-11-12 12:01:31 +08:00
test test: update 2017-11-04 22:00:38 +08:00
.babelrc chore(lib): compile to higher node version 2017-04-14 10:29:48 +08:00
.dockerignore feat(deploy): add Docker stuff 2016-12-31 23:03:46 +08:00
.eslintrc chore(eslint): turn off no-undef and max-len check rules 2017-02-20 22:58:43 +08:00
.gitignore ci: fix 2017-09-14 17:47:36 +08:00
.travis.yml ci: test on Node.js v6.12.0 LTS 2017-11-24 13:02:56 +08:00
CHANGELOG.md changelog: fix a typo 2017-11-22 11:46:59 +08:00
LICENSE *: fix mode 2017-08-31 18:01:28 +08:00
package.json package: pack Node.js runtime v8.9.0 2017-11-27 20:21:00 +08:00
README.md docs: update 2017-11-12 12:01:31 +08:00
yarn.lock package: update deps 2017-11-27 20:20:33 +08:00

blinksocks

version downloads license dependencies devDependencies

Travis Coverage %e2%9d%a4

A framework for building composable proxy protocol stack.

Features

  • Cross-platform: running on Linux, Windows and macOS.
  • Lightweight proxy interface for Socks5/Socks4/Socks4a and HTTP(S).
  • Transmit data over raw TCP/UDP, real TLS or real WebSocket.
  • A variety of customizable protocols and functional middlewares: using presets.
  • External preset import.
  • Easy and powerful Access Control(ACL) and Traffic Control(TC).
  • Executable versions available: download here.
  • Out of the box distribution and deployment.
  • Support shadowsocks protocols.
  • Support shadowsocksR protocols.
  • Support v2ray vmess protocol.
  • Experimental: dynamic protocol stack.

Getting Started

Requirements

blinksocks is built on top of Node.js, if you want to use it in an ordinary way or do some hacking, please install Node.js(v6.x and above) on your operating system.

Install or Upgrade

You can get the latest blinksocks via package manager yarn or npm.

NOTE: Node.js comes with npm installed so you don't have to install npm individually.

latest stable version

$ npm install -g blinksocks

development version

$ npm install -g git+https://github.com/blinksocks/blinksocks.git
$ npm install -g git+https://github.com/blinksocks/blinksocks.git#v2.5.5

Run blinksocks

npm version(require Node.js)

$ blinksocks -c blinksocks.client.json

executable version(Node.js, not GUI)

$ ./blinksocks --help    // Linux and macOS
$ blinksocks.exe --help  // Windows

You can download precompiled executables for different platforms and launch it directly without having Node.js installed.

For configuring blinksocks, please refer to Configuration.

GUI ready(out-of-date)

For desktop use, you can download official blinksocks-desktop, a cross-platform GUI for blinksocks.

Documents

For Users

  1. Usage
  2. Configuration
  3. Presets

For Developers

  1. Preparation
  2. Guideline
  3. Custom Preset
  4. Benchmark

Contributors

See contributors.

License

Apache License 2.0