neosocksd v1.3
Changes since v1.2.3:
- [socks] Support
username/password
authentication. - [http] Support
Proxy-Authorization: Basic
. - [dialer] Support client-side proxy authentication.
- [ruleset] Invoke RPC in asynchronous routine (await is now available in RPC context).
- [ruleset] Improvements in
marshal
,regex
andasync
. - [restapi] Support specifying
chunkname
in ruleset APIs. - [forward] Support loading ruleset in forward mode (load balancer).
- [transfer] Fix high CPU usage and early EOF in
--pipe
mode. - [app] Support specifying group name in
-u user:group
. - [doc] Add agent.lua for autonomous proxy discovery and connection relay.
- [build] Make systemd support optional.
- [contrib] Update to Lua 5.4.7.
- [contrib] Sync upstream changes.
- [misc] Logging improvments.
Build variants:
neosocksd.noarch.tar.gz
: contains manual and example scripts for neosocksd.-static
: does not require any shared library at runtime.-android
,-win32
: requires only platform provided libraries.- other: runtime dependencies should be installed.
Full Changelog: v1.2.3...v1.3