shadowsocks-rust icon indicating copy to clipboard operation
shadowsocks-rust copied to clipboard

Reverse proxy?

Open riaqn opened this issue 3 years ago • 6 comments

Would it be possible to add reverse proxy to shadowsocks? This would be useful for people who use shadowsocks to torrent in countries of strict copyright laws.

Currently I'm using SSH reverse proxy which works fine, but I imagine shadowsocks with its new crypto algorithms could be lighter on my CPU.

riaqn avatar Jun 30 '21 12:06 riaqn

Just run sslocal with --protocol tunnel.

zonyitoo avatar Jun 30 '21 12:06 zonyitoo

Thanks! closing

riaqn avatar Jun 30 '21 12:06 riaqn

Reopening because I think what ss-tunnel achieves is not what I want. What I want is to have ss server listen on a port, and forward all incoming connections to ss client, who then forward the connections to a specified address and port.

riaqn avatar Jun 30 '21 15:06 riaqn

A ssserver forwards connections to ssclient? I couldn’t understand what exactly you want. Could you elaborate your idea precisely?

zonyitoo avatar Jun 30 '21 15:06 zonyitoo

I think https://github.com/fatedier/frp is what you want.

database64128 avatar Jun 30 '21 15:06 database64128

@database64128 thanks - but it seems like frp still uses the usual TLS encryption which might be slower than the default of shadowsocks?

riaqn avatar Jul 02 '21 13:07 riaqn