shadowsocks-rust
shadowsocks-rust copied to clipboard
How to expose socks5 and http proxy with username and password in sslocal?
as title, how do I set it such that i connect to the sslocal via like socks5://myusername:mypassword@mysslocal ??
For SOCKS5, you need a separate JSON file to specify the username-password pairs. See https://github.com/shadowsocks/shadowsocks-rust#socks5-authentication-configuration.
HTTP basic auth is not currently supported. You might be interested in other implementations like https://github.com/database64128/shadowsocks-go.