blinksocks
Advanced tools
Changelog
Upgrade from 2.6.3 to 2.7.0
$ npm install -g blinksocks@2.7.0
service
:// client.json
{
"service": "socks5://<host>:<port>"
// or "service": "http://<host>:<port>"
}
websocket
to ws
:// client.json
{
"servers": [{
"service": "ws://<host>:<port>",
// or "transport": "ws"
}]
}
// server.json
{
"service": "ws://<host>:<port>"
// or "transport": "ws"
}
Changelog
2.6.2 (2017-09-21)
Two experimental presets are ready for production use:
exp-base-with-padding
is linked to base-with-padding
.
exp-base-auth-stream
is linked to base-auth-stream
.
For backward compatibility, you can still use exp-xxx
without changing configurations.
Changelog
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.Changelog
2.6.0 (2017-09-06)
obfs-random-padding
.IPresetStatic
which extends from IPreset.static checkParams()
to IPreset and move all parameters check logic to it.onDestroy()
lifecycle hook to IPreset.fail()
and broadcast()
convenience methods to IPreset.save_to
of stats preset.SUM
of receiver transfer.log_path
in generated jsons.