Sing Yu Chan
Sing Yu Chan
This problem only occurs on the arm64 platform, everything works fine under amd64. Log output: https://github.com/pexcn/docker-images/actions/runs/3391825550/jobs/5637357880 Relate issue: https://github.com/tonistiigi/binfmt/issues/109#issuecomment-1356116504
服务端版本: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....
目前需要 `-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:...
Now I use boringtun as wireguard userspace implementation, and I execute this command, there is a certain probability that an error will be reported, and then wireguard will not be...
## Lists ### Alexa - Download page: https://alexa.com/ (End of Service at middle of 2022) - Download link: https://s3.amazonaws.com/alexa-static/top-1m.csv.zip ### Cisco Umbrella - Download page: https://s3-us-west-1.amazonaws.com/umbrella-static/index.html - Download link: https://s3-us-west-1.amazonaws.com/umbrella-static/top-1m.csv.zip...
目前只支持 HTTP 协议(默认监听的 127.0.0.1:8081),希望能增加一个选项,使它支持 Socks5 协议。 或者像 shadowsocks-windows 一样,本地的端口既支持 HTTP 又支持 Socks5,这样应该会更好。
no time for do https://discordapp.com/channels/249992304503291905/263757191608139779
当前版本似乎没办法禁用,能否加个日志等级选项?
现在如果使用 ss-rust 并以 `--user nobody` 参数运行, qtun 读取到的 home 目录也还是会是 `/root` 具体请见:https://github.com/shadowsocks/shadowsocks-rust/issues/1105