-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] URLTest based backup group outbound selection #2130
Comments
Wouldn't putting urltest in urltest outbound work? |
Could you explain in more detail? I can't imagine the difference between using just one urltest and using two or more. What if the outbound I tend to use, which has the highest bandwidth and most features (like AI and streaming), isn't the one with the lowest latency? |
Maybe you need fallback |
As @fouvromenth explained, a nested In reality, different outbounds have different properties. In most cases, I think, a manual sorting will be better than an automatic latency-based sorting. |
By the way, naming the outbound That is the reason why I think |
Hi!
Currently, the
URLTest
picks out an outbound by latency and tolerance from a certain group of outbounds.I suggest a new typeof
URLTest
based outbound that selects the first available one from a list of outbounds.Say it like the following structure.
This will greatly improve the logic of outbound. Makes it more robust.
Similar implement could be found here: Fallback proxy groups
Thanks
The text was updated successfully, but these errors were encountered: