sing-box
sing-box copied to clipboard
feat: add bandwidth limiter in Route
特性
- 加入了期待已久的限速模块
- 可以在 Route 中根据 tag 选择限速器,实现结合路由规则灵活的进行流量控制
- 可以在全局对 auth_user/inbound 进行限速
TODO
- [x] 完善 doc
- [ ] 项目 maintainer 验证并确认代码无误