Go to file
2018-11-03 11:22:06 +08:00
.github add ISSUE_TEMPLATE.md 2017-08-22 20:18:34 +08:00
benchmark benchmark: enable mux test cases 2018-07-14 17:12:30 +08:00
bin bin: should delete more items in simple mode 2018-06-15 14:39:37 +08:00
deploy deploy: add install-run-debian.sh 2018-06-10 10:34:36 +08:00
docs docs: update 2018-07-08 18:02:43 +08:00
lib package: bump to v3.3.6 2018-07-28 21:23:29 +08:00
src proxies(http): fix parsing error and 401 status code 2018-08-04 21:09:01 +08:00
test test: fix 2018-07-07 20:25:53 +08:00
.babelrc package: upgrade eslint to v5.2.0 2018-06-13 22:31:49 +08:00
.dockerignore feat(deploy): add Docker stuff 2016-12-31 23:03:46 +08:00
.eslintrc eslint: enable "no-undef" and "object-curly-spacing" 2018-03-30 12:09:48 +08:00
.gitignore package: upgrade all dependencies and fix a potential security vulnerability in one of dependencies 2018-11-03 11:22:06 +08:00
.travis.yml proxies(http): fix parsing error and 401 status code 2018-08-04 21:09:01 +08:00
CHANGELOG.md package: bump to v3.3.6 2018-07-28 21:23:29 +08:00
ci-install-curl.sh ci: fix 2018-07-01 14:24:35 +08:00
jest-environment-node-patch.js package: upgrade jest and fix jest test environment 2018-07-28 21:14:52 +08:00
LICENSE license: 2018 2018-01-01 21:49:10 +08:00
package-lock.json package: upgrade all dependencies and fix a potential security vulnerability in one of dependencies 2018-11-03 11:22:06 +08:00
package.json package: upgrade all dependencies and fix a potential security vulnerability in one of dependencies 2018-11-03 11:22:06 +08:00
README.md package: bump to v3.3.2 2018-06-17 14:42:36 +08:00

blinksocks

version downloads license dependencies devDependencies

Travis Coverage %e2%9d%a4

A framework for building composable proxy protocol stack.

Looking for GUI? Here it is: https://github.com/blinksocks/blinksocks-gui

Features

Getting Started

Requirements

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

nightly releases

Please check out blinksocks-nightly-releases.

Run blinksocks

$ blinksocks --help

For configuring blinksocks, please refer to Configuration.

Documents

For Users

  1. Usage
  2. Configuration
  3. Presets
  4. Examples

For Developers

  1. Preparation
  2. Architecture
  3. API
  4. Benchmark

Contributors

See contributors.

License

Apache License 2.0