zakuwaki
zakuwaki
Hi, is there any feature that works like fallbacks in xray or trojan which redirect un-authorized traffic to local http server
Hi, sing-box has already implemented single-port multi-user for aead2022. However, many low-end devices can only run shadowsocks-libev which only supports old aead methods like `chacha20-ietf-poly1305` and `aes-128-gcm`. It is worth...
特性 1. 加入了期待已久的限速模块 2. 可以在 Route 中根据 tag 选择限速器,实现结合路由规则灵活的进行流量控制 3. 可以在全局对 auth_user/inbound 进行限速 TODO - [x] 完善 doc - [ ] 项目 maintainer 验证并确认代码无误
目标:给sing-box加入流量控制模块,可以对特定的连接限制上传/下载速率,实现带宽资源的合理分配 需求:类似于router模块,抽象出一个limiter模块,可以针对inbound/outbound/domain/ip_cidr/geoip/geosite/source_ip_cidr等命中特定规则的流量实现限流,包括单链接限流或全局限流 参考:frp基于[令牌桶](https://pkg.go.dev/golang.org/x/time/rate)方法实现了一套[限速模块](https://github.com/fatedier/frp/tree/dev/pkg/util/limit),读了sing-box的代码,应该需要和route模块深度绑定,并在sing里面封装好一套支持有锁和无锁的LimitedConn使用,奈何技术太菜写不出来,这种大规模的更改怕腐化了代码。还是得请大佬出山相助