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

tun 10.1.0.1 ID 14 lan 192.168.2.130 ID 7 i use command "route add 0.0.0.0 mask 0.0.0.0 10.1.0.1 metric 5" but not working ... how to set route table in windows?

I have configured utun manually and now basically turning it into raw file descriptor. But then SS creates a new tunnel device configured to `10.0.0.1` ignoring the `tun_device_fd` setting. ```rs...

Reference issue: #978 SS pod cannot get started due to the mounting point at `/usr/local/bin`. K8s' mount mechanism works different from docker's, which would overwrite the underlying files instead of...

My sslocal on windows is spamming a lot of stuff like this: ``` 2024-01-30T18:53:39.248379+03:00 ERROR failed to get TcpRequestHeader: An established connection was aborted by the software in your host...

specify sslocal and ssserver udp mtu option.in some network environments, not all mtu are consistent. If the intermediate route does not enable pmtud, fragmentation will occur and various questions.

shadowsocks-rust verison: v.1.17.1 OS version: Centos 9 Stream or Ubuntu 20.4 We upgraded our Shadowsocks from shadowsocks-libev 3.3.4 on CentOS 7 to shadowsocks-rust 1.17.1 on CentOS Stream 9 and Ubuntu...

Please allow to chain shadowsocks server to another socks proxy. For example user wants to connect to a cloudflare Warp gateway (which is in socks5 proxy mode) but to have...

Good afternoon, I'm using Raspberry PI and using `sslocal` and `ssserver` to create a connection. I also need to create a tun interface, but I have problems with speed: Regular...

Hi, I wonder why the android app is working fine but the windows client does not. Config file seems exactly identical except there is no udp_fallback on windows. What can...

Since Shadowsocks 2022 is a different protocol that many clients don't support, the standard Shadowsocks server should enable multiuser functionality through a single port. While Xray-core already has a similar...