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

hi, there small idea: make `sslocal --help` output order be case sensitive/insensitive alphabetical.

服务端版本:shadowsocks-rust v1.15.0-alpha.8 客户端版本:shadowsocks-android v5.3.1-preview 操作过程: 1. 先在服务端启动 ssserver 进程,监听一个端口,如 1234 2. 在本地使用 `tcping -t ` 来持续 ping ssserver 的端口,可以发现端口一直是通的 3. 使用 shadowsocks-android 连接服务端,并在客户端测试连接,第一次是通的,之后就不通了 4. 同时本地的 tcping 的日志输出也发现 ping 的端口超时 5....

I just bumped our dependency on `shadowsocks` by just doing `cargo update -p shadowsocks`. This sticks to semver compatible releases (1.14 -> 1.15 in this case). But then my code...

目前需要 `-vv` 才能输出以下这种日志,但是其中夹杂着太多不相关的日志,需要过滤才能查看。 希望作者能把它改成 `-v` 就能输出 ``` 2023-01-19T17:05:42.094681682+08:00 TRACE [1:140464891884592] [shadowsocks_service::local::loadbalancing::ping_balancer] checked remote UDP server 127.0.0.1:2001 latency with 165 ms 2023-01-19T17:05:42.094718387+08:00 TRACE [1:140464891884592] [shadowsocks_service::local::loadbalancing::ping_balancer] updated remote UDP server 127.0.0.1:2001 (score:...

The template K8s file uses /usr/local/bin as a bind for a volume for the V2Ray and other plugins. Since the ss server and docker entry point exist in this folder,...

Hello, So I deployed ```shadowsocks-rust``` on kubernetes thanks to the [manifest](https://github.com/shadowsocks/shadowsocks-rust/tree/master/k8s) (big up to @realies). First, let's start with what is working: - Using local port forward ```kubectl port-forward pod/shadowsocks-rust-6ff96bd5dc-qnppw...

Hi, I have installed shadowsocks-rust by docker and it running but I can't get any data. This is my config file: ``` { "server":"0.0.0.0", "server_port":2767, "password":"--------", "timeout":300, "method":"chacha20-ietf-poly1305", "nameserver":"8.8.8.8", "mode":"tcp_and_udp",...

Shadowsocks version: 1.17.2 - 1.18.0 - 1.18.1 - 1.18.3 Client device: IPhone (iOS) Server: Ubuntu 23 (Vultr and OVH) Config: ``` { "server":"207.148.90.219", "mode":"tcp_and_udp", "server_port": 55837, "local_port": 1080, "password":"d0c222d5bd70ab16f4df9dd3caa70a54", "timeout":...

Bumps [clap](https://github.com/clap-rs/clap) from 4.4.18 to 4.5.4. Release notes Sourced from clap's releases. v4.5.4 [4.5.4] - 2024-03-25 Fixes (derive) Allow non-literal #[arg(id)] attributes again v4.5.3 [4.5.3] - 2024-03-15 Internal (derive) Update...

dependencies

config: ``` { "remarks": "redacted", "server": "redacted", "server_port": 443, "local_port": 1080, "method": "aes-256-gcm", "password": "redacted" } ``` logs: ``` Apr 17 16:58:01 zoopmaze ssservice[759472]: INFO shadowsocks local 1.18.2 build 2024-03-20T17:34:54.976388661+00:00...