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

``` [proxy_all] [bypass_list] 121.41.110.161 ||ipip.net ||ip111.cn ``` The domain rule of the ACL does not take effect. Only the IP rule takes effect. But in the log, it shows bypassed....

as title, I think there is something wrong, shadowsocks-rust compatible with openwrt's ipv6 iptable rule? need add iptable6 rule's manully? btw, my network support ipv6 well

I'm trying to run a local SOCKS server using the service crate. It's pretty useful to assign a random port by binding sockets to `127.0.0.1:0`. There's currently no good way...

I am working on a browser extension to connect to my remote server and wonder if I can use ss-local inside the browser instead of relying on socks5.

https://github.com/shadowsocks/shadowsocks-android/issues/2577

enhancement

I hope to combine ss(-tunnel) with vpn client, could you compile binary running under android with termux or add option in android apk? thanks!

[openwrt-shadowsocks-rust](https://github.com/honwen/openwrt-shadowsocks-rust) [luci-app-shadowsocks-rust](https://github.com/honwen/luci-app-shadowsocks-rust) Already Tested OK in OpenWrt 19.07.6/x86_64 and OpenWrt 21.02.2/x86_64 ------- Changelog: ``` v2.0.3-2 @20210515 support TCP-FASTOPEN and Weight ```

showcase

discussion moved from #745 . `iperf3` test in local network: ``` Connecting to host 192.168.1.110, port 5201 [ 4] local 10.255.0.1 port 58580 connected to 192.168.1.110 port 5201 [ ID]...

enhancement

Tokio recently added [tokio-uring](https://tokio.rs/blog/2021-07-tokio-uring), io-uring support for tokio. io-uring is a new Linux API for asynchronous I/O operations. io-uring makes filesystem operations *truly* asynchronous, and avoids `epolls` for events notification....

enhancement

A bit of ❤️ for my fellow freedom-loving Linux users: https://github.com/spyophobia/shadowsocks-gtk-rs Been working on this for a while now, but I still have quite a bit to do. Currently it's...

showcase