clash-rs
clash-rs copied to clipboard
custom protocol network proxy
## Tenets * clash-rs should handle traffic on given routes when tun inbound is enabled * users should be able to tell the routes they want to proxy over tun...
The rust tun only take one address now. We'll need both v4 and v6 address to add static route on windows
we choose the proxy in load-balance group based on hash algo's direct output, without checking the chosen proxy's aliveness is it expected to do so? clash.meta will retry if the...
1. Add new strategy "sticky-sessions" https://github.com/MetaCubeX/mihomo/blob/Alpha/adapter/outboundgroup/loadbalance.go#L189 2. Control the proxy selection range in the configuration to allow only the top few proxies with the lowest latency and those with latency...
Bumps the rust-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.14` | `0.7.15` | | [webpki-roots](https://github.com/rustls/webpki-roots)...
## background most outbound protocols has been supported, so it's time to focus on user experiences, and some improvements in performance. the `better doc` todo item is still in roadmap2,...
rustls now defaults to aws-lc-rs
### 🤔 This is a ... - [x] Refactoring - [x] Code style optimization ### 🔗 Related issue link https://github.com/Watfaq/clash-rs/issues/405 ### 💡 Background and solution #### background greptimedb has done...
### 🤔 This is a ... - [ ] New feature - [ ] Bug fix - [ ] Performance optimization - [ ] Enhancement feature - [ ] Refactoring...