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

A Rust port of shadowsocks

Results 108 shadowsocks-rust issues
Sort by recently updated
recently updated
newest added
trafficstars

The discontinuation of clash updates has me very concerned. I need a replacement, and I think ss-rust is a promising project because I am also a heavy Rust enthusiast. Currently,...

For some locals, I want to bind it directly to a specific server without the intervention of loader balancer. For example: ``` { "local_address": "127.0.0.1", "local_port": 1080, "locals": [ {...

Hello everyone ! I'm running ss-local on a Win machine and it tunnels everything to an instance in Amazon cloud. (I dont own it, its a semi-public semi-private server). Would...

So, basically long story short I'm running Wireguard through Shadowsocks using the TUN feature (I know it's experimental) It works splendidly, super fast and bypasses local internet filtering I have...

First of all, sorry, this question might be a bit deviating from this repository, I'm asking for help here because I see this repository is quite active among the others....

Hey guys, may i request small feature. In a vein of openvpn or wireguard, will it be possible to have: PreStart, PostStart, PreExit, PostExit hooks (may be others) for sslocal...

So, multiple server is a great addition to shadowsocks, however my issue is that it essentially works as load balancer rather than actual being *separate* servers. It would be great...

So, wireguard over shadowsocks, and the overhead is slightly not what I expected. Ping-based estimation of maximum viable wg0 MTU is 1392 but shadowsocks UDP as per what I've been...

shadowsocks-windows是支持正向代理(前置代理的)。但是没有看到shadowsocks-rust的相关配置,请问支持吗?如果支持,如何配置?谢谢!

## environment archlinxux linux 6.0.10-arch2-1 shadowsocks-rust 1.15.0-alpha.9 openwrt 22.03 ## iptables script ``` ip rule add fwmark 0x1 table 100 ip route add local 0.0.0.0/0 dev lo table 100 iptables...