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

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/shadowsocks/shadowsocks-rust). This repository currently has no open or...

Hello, there seem to be several warnings when building the Debian package: ``` dpkg-buildpackage: warning: debian/changelog(l8): found start of entry where expected more change data or trailer dpkg-buildpackage: warning: debian/changelog(l8):...

I am trying to run this on a router, and while it works, it only works for a very short period of time. Shortly after I set it as the...

it is much more convenient to install from a trusted repository: `apt install shadowsocks-rust` This is not possible at the moment. Now there is only the old version _**shadowsocks-libev**_. Please...

Can local-dns be bound on the local-tun interface address? I've tried: ``` { "protocol": "tun", "tun_interface_address": "10.255.0.1/24", }, { "protocol": "dns", "local_address": "10.255.0.1", "local_port": 53, "local_dns_address": "114.114.114.114", "local_dns_port": 53, "remote_dns_address":...

I want to use `sslocal` running in docker. I have started docker with config looking something like: ```json { "servers": [ { "address":"server_ip", "port":server_port, "password":"server_pass", "method":"server_method", "timeout":60 } ], "locals":...

`hickory-dns` is enabled by default even using `--no-default-features`, though it is specified as optional in README.

Allow user to implement the Rust interface which calls the Java VPNService protect method on Android, and to be used to protect the socket fd right after the socket is...

Does not work by domain name. If you specify an IP, only then the traffic goes through a proxy. What am I doing wrong? /etc/shadowsocks/config.json: ``` { "server":"my_ip", "server_port":my_port, "local_address":...

Hi It would be convenient if `sslocal` is able to read both server address & port from a [DNS SRV record](https://www.cloudflare.com/learning/dns/dns-records/dns-srv-record/), like: "_ss._tcp.example.com", so we can change the server address...