shadowsocks-rust
shadowsocks-rust copied to clipboard
A Rust port of shadowsocks
- Linux: https://man7.org/linux/man-pages/man2/sendmmsg.2.html - FreeBSD: https://www.freebsd.org/cgi/man.cgi?query=send&sektion=2 - macOS: https://github.com/apple/darwin-xnu/blob/main/bsd/sys/socket.h#L1433 - Windows: https://docs.microsoft.com/en-us/windows/win32/api/mswsock/nc-mswsock-lpfn_transmitpackets Speedtest: https://github.com/shadowsocks/shadowsocks-org/issues/194#issuecomment-1109529757 Batch send and recv UDP packets will significantly increase the upper limit of speed for UDP...
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.31 to 1.0.32. Release notes Sourced from thiserror's releases. 1.0.32 Add keywords to crates.io metadata Commits 8cb98af Release 1.0.32 c1fb583 Disable nightly backtrace testing until converted to...
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.82 to 1.0.83. Release notes Sourced from serde_json's releases. v1.0.83 Add categories to crates.io metadata Commits 2b0403f Release 1.0.83 db96d72 Add categories to crates.io metadata 2512933 Add...
Bumps [build-time](https://github.com/AlephAlpha/build-time) from 0.1.1 to 0.1.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I have an EC2 Ubuntu 22.04 instance in AWS. There services deploys on 1:1 NAS means the OS only see the its private IP but It's something like a bridge...
版本是[shadowsocks-v1.14.3.x86_64-pc-windows-gnu.zip](https://github.com/shadowsocks/shadowsocks-rust/releases/download/v1.14.3/shadowsocks-v1.14.3.x86_64-pc-windows-gnu.zip) 运行一段时间后毫无征兆卡住,客户端连接不上,然后进服端按ctrl+c程序不会退出,出现一些连接失败的日志,然后又恢复正常。 下面是按ctrl+c后输出的日志 ``` 2022-07-17T17:41:50.793324300+08:00 ERROR tcp tunnel 192.168.1.3:54210 -> appcloud2.in.zhihu.com:443 connect failed, error: dns resolve appcloud2.in.zhihu.com:443 error: 不知道这样的主机。 (os error 11001) 2022-07-17T17:55:05.862293900+08:00 ERROR tcp tunnel 192.168.1.3:54304 -> p214-acsegateway.icloud.com.cn:443 connect...
希望能接收信号以重载配置
举个例子: 我启动 ssserver 的时候加载了插件,我的启动命令是 ```sh ssserver \ --server-addr 0.0.0.0:1 \ --password password \ --encrypt-method chacha20-ietf-poly1305 \ --timeout 3600 \ --udp-timeout 300 \ --udp-max-associations 1024 \ --nofile 1048576 \ --tcp-keep-alive 300...
https://github.com/awesome-vpn/awesome-vpn/wiki/Cores Please feel free to edit, add, and correct and maintain a complete public open wiki for VPN cores
Is your feature request related to a problem? Please describe. I would like to create a chain of shadowsocks servers like proxychains client - ss server - ss server -...
Hi, i am using `shadowsocks-rust 1.8.23` with `v2ray-plugin` and `nginx`. recently i added another ip to my VPS so now i have two ip. The problem is shadowsocks (or v2ray)...