Xray-core
Xray-core copied to clipboard
Can the latency information of an Xray server be obtained through the Xray command line?
I have multiple xray servers, and I don't use any GUI client on my Macos now.
I'd like to know how to do the below:
- check connectivity and latency of all servers
- connect to the fastest server
Thanks
You should use balancer with leastPing strategy. You also have to add the observatory object. take a look at these two links: https://www.hicairo.com/post/41.html https://github.com/alireza0/x-ui/issues/991#issuecomment-1957235651
@pulsarice thank you, it works!