Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
blinksocks
Advanced tools
A framework for building composable proxy protocol stack.
For desktop use, you can download official blinksocks-desktop, a cross-platform GUI for blinksocks.
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.
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
developing version
$ npm install -g git+https://github.com/blinksocks/blinksocks.git
$ npm install -g git+https://github.com/blinksocks/blinksocks.git#v2.5.5
If you hate to install and want to get a even more portable version, we have all in one script:
the latest build(maybe unstable)
$ wget https://raw.githubusercontent.com/blinksocks/blinksocks/master/build/blinksocks.js
previous build(with tag in url, stable)
$ wget https://raw.githubusercontent.com/blinksocks/blinksocks/v2.5.1/build/blinksocks.js
npm version(require Node.js)
$ blinksocks -c blinksocks.client.json
portable version(require Node.js)
$ node blinksocks.js -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.
See authors.
Apache License 2.0
2.6.1 (2017-09-15)
clear()
method to AdvancedBuffer
.ss-aead-cipher
, always use "ss-subkey".aead-random-cipher
.static onInit()
, next()
method to IPreset and remove PRESET_INIT
action.FAQs
A framework for building composable proxy protocol stack
The npm package blinksocks receives a total of 132 weekly downloads. As such, blinksocks popularity was classified as not popular.
We found that blinksocks demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.