Features
- #452
sslocal
supports starting multiple instances in the same process- Add
locals
in extended configuration format for specifying multiple local server instances - (Android Only) Support
unix://
schema indns
configuration - Support
tcp://
andudp://
indns
configuration for setting DNS protocol. Uses both TCP and UDP if not specified.
- Add
SOCKS/HTTP -+ +- Shadowsocks ----------------------------------------+
| | |
redir -+-- sslocal -+- Shadowsocks ----------------------------------------+- 🌐
| | |
tunnel -+ +- Shadowsocks ----------------------------------------+
- Support
quad9_https
predefined DNS servers - Updated
shadowsocks-crypto
tov0.2
, whichCipher
implementation usesenum
static dispatch instead ofBox
ed Trait Object for dynamic dispatch
BUG Fixes
- PingBalancer 2nd check will be sent 10s after 1st initialization check.
Breaking Changes
sslocal
's command line options are now for creating a new local instance:--local-addr
,--forward-addr
,-U
,-u
,--protocol
, ... will only applied to the local instance specified by--local-addr
ssserver
's command line options are now for creating a new server instance:-U
and-u
will only applied to the local instance specified by--server-addr