4 ms·
Did you go down the shadowsocks path at all?
by throwing_away 2y ago
Did you go down the shadowsocks path at all?
- aarmenaa 2y agoI did not. I'm not terribly familiar with it, but it doesn't look like I can do general routing with it, right? My end goal is to route between two subnets.
- riobard 2y agoNope, shadowsocks is just plain TCP-in-TCP (not TCP-over-TCP) proxy. If you cannot have performant routing between clouds due to UDP QoS, then the only sensible solution would be to setup proxy nodes on both sides and transparently redirect TCP (if that's all you need) traffic through the proxy. (I wrote https://github.com/shadowsocks/go-shadowsocks2 https://github.com/shadowsocks/go-shadowsocks2)