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

Probably most servers running shadowsocks have only 1 GiB memory,But compiling shadowsocks-rust require 2 GiB. pre-built binaries works fine,but can't use optional features(please correct me if i am wrong). Can...

toolchain: nightly-x86_64-pc-windows-msvc (default) rustc 1.27.0-nightly (7360d6dd6 2018-04-15) cargo build --release ..... error: failed to run custom build command for `openssl-sys v0.9.28` process didn't exit successfully: `C:\Users\xxx\Documents\vscode\shadowsocks-rust\target\release\build\openssl-sys-58fb47c380c62ab0\build-script-build` (exit code: 101) ---...

``` You -----> Tor -----> Tor ----->SSServer -----> Internet ``` imagine: `ssclient mysecrectmyonion.onion:1234 --viasocks 127.0.0.1:9050` 1. Client will connect to my...onion:1234/tcp, via Tor 2. onionserver is hosting ssserver on port...

ssserver on Windows redirect-to is an array. When the client's packet match it, forward it to another proxy. `(port)/(tcp|udp) : (direct|socks4|socks5)://(IP:Port)/(tcp|udp) | null` example: ``` { 'redirect-to':[ '53/tcp': 'direct://127.0.0.1:53/udp', '53/udp':...

For anyone who wants to autostart shadowsocks services via systemd: 1. Be sure you has both server and client installed into /usr/local/bin/, config placed into /etc/sssconfig.json and has user nobody...

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...

Hello, the ssmanager on master used a lot of memory, maybe have some leaks?

I use shadowsocks5.2.1 armv7a version download in release part Describe the bug A clear and concise description of what the bug is. 02-11 22:03:08.555 16957 16957 F DEBUG : Build...

I just wrote a GUI client in Rust, maybe it is ineresting to some Rust developers. https://github.com/cg31/shadowsocks-windows-gui-rust Thanks to zonyitoo for making this possible.

windows
showcase

version v1.8.23 ip 172.16.0.2 is on the wireguard interface. I run it with a config contain `"local_address":"172.16.0.2"` and `tcpdump -nnl host 1.1.1.1` shows ``` 20:24:14.970360 IP 192.168.1.71.47733 > 1.1.1.1.53: 18082+...

bug