v2.5.7
This release enables the RSSH client to proxy over SOCKS, when using the http_proxy
, https_proxy
or --proxy
options when starting the client binary.
Features:
- Client now supports
socks://
,socks5://
,socks4://
URI schemes for proxy connectivity. Thanks to @io-tl who added this!