LiteSpeedTest icon indicating copy to clipboard operation
LiteSpeedTest copied to clipboard

A simple tool for batch test ss/ssr/v2ray/trojan servers.

Results 20 LiteSpeedTest issues
Sort by recently updated
recently updated
newest added

1、能否给个自定义参数 X , 筛选出 MaxSpeed > X 的所有节点,勾选并复制。(选出节点最高速度 大于 X的 所有节点,并勾选)

如 api:http://127.0.0.1:10888/api 请求参数->返回信息。

![image](https://github.com/xxf098/LiteSpeedTest/assets/125148111/4efbc876-2ea3-4bb0-a5a9-b8a67975066c)

最近用的机场不少都开始使用了hysteria 协议,但是现在似乎不支持该协议测速?

Please add support for the VLESS REALITY

Thank you for your great project. - Please add **reality** and **grpc** - And also add options to config.json that test **only ipv4 or ipv6** configs. Also, add some options...

LiteSpeedTest/web/profile.go 第604行,当Link2Config返回错误,程序直接在这里返回,并没有往chan里返回数据,导致程序在等待chan返回的地方死锁,这里需要添加一个默认的错误Node。

vi web/profile.go ####################### package web import ( "net/http" "crypto/tls" ####################### // support proxy // concurrency setting // as subscription server // profiles filter // clash to vmess local subscription func...