shadowsocks-rust
shadowsocks-rust copied to clipboard
A Rust port of shadowsocks
A useful but missing feature: when the currently connected server is slow, the user should be able to tell `sslocal` to switch to another server immediately. We can take a...
https://github.com/shadowsocks/shadowsocks-org/issues/89 This feature allows `sslocal` to update configurations dynamically from a config that hosts on a HTTPS server.
Error log: ``` > > 2020-09-11T09:08:26.795-04:00 TRACE [shadowsocks::relay::udprelay::server] received UDP packet from 124.64.17.102:36465, length 1405 bytes > > 2020-09-11T09:08:26.815-04:00 ERROR [shadowsocks::relay::udprelay::server] failed to create UDP association, Address already in use...
I tried to use go-shadowsocks2 as tunnel to have a test, the result doesn't look great... It was shadowsocks-rust-async branch release build I was using in this test. This is...
* `ssserver`: redirect tcp/udp:0.0.0.0:53 (also [::]) to system/user-configured DNS if `trust-dns` is enabled. * `sslocal`: maybe it is useful to expose DNS relay at socks5 0.0.0.0:53 as well for `local-dns-relay`?...
- [x] Allow DNS relay to work as a standalone server - [x] Uses the same UDP socket for listening to send reponse packets instead of creating one for every...
The manager communication to `ssmanager` is done via UDP. This is blazing fast, but it seems that the current implementation can only transfer at maximum 65kb network packets. This leads...
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.18 to 4.5.1. Release notes Sourced from clap's releases. v4.5.1 [4.5.1] - 2024-02-16 Fixes (error) Include suggestion to add -- even if there is a "did you...
Hi, after last update via snap I'm unable to start shadowsocks-rust and getting errors, which I don't know how to solve. Please help. -------------------------------------------------------------------- $/usr/bin/snap run shadowsocks-rust.ssserver-daemon -c /root/shadowsocks.json 2024-02-16T13:07:46.519584293+03:00...