Features
- #232 Send data along with handshake (LOCAL -> REMOTE)
- HTTP server supports
https
target with bothnative-tls
andrustls
- For
rustls
,https
connections will try to negociateh2
with ALPN
- For
- shadowsocks/shadowsocks-org#161 Support
none
as dummy cipher's name - Adding
local-tunnel
feature for controlling tunnel protocol - #252 Support
udp_max_associations
configuration option - Various updates for
local-dns-relay
for Android integration
Fixed BUGs
- #234 Ensure plugin subprocesses are killed when server is exited
- On *NIX platform,
SIGTERM
is sent to plugins for graceful exit
- On *NIX platform,
- #237 Increase regex memory limit for ACL host rules
- #240 Wait for 10 seconds for plugins to start
ssserver
should start plugins withPluginMode::Server
BREAKING Changes
- Removed
Runtime
'sHandle
for allrun
entry functions