有服务器的可自行搭建 proxypool 配置文件 source.yaml
-
本地测速
-
在线测速(基于上面本地测速搭建的服务,建议自行搭建,目前大部分都挂了)
-
国内自有服务器Linux测速,使用litespeed
# litespeed测速,建议关闭网速测试 ./lite --config config.json --test 生成链接 # 复制到静态nginx资源路径 cp output.txt /usr/share/nginx/res/nodes.txt # base64编码,生成v2ray订阅 base64 /usr/share/nginx/res/nodes.txt > /usr/share/nginx/res/node.txt
参考config.json 配置
{ "group": "Default", "speedtestMode": "pingonly", "pingMethod": "googleping", "sortMethod": "rspeed", "concurrency": 1024, "testMode": 2, "timeout": 5, "fontSize": 24, "outputMode": 4, "unique": true, "language": "en", "theme": "rainbow" }
删除以下可能存在测速问题的节点
- SSR
- none
- rc4
- rc4-md5
- SS
- aes-128-cfb
- aes-256-cfb
- rc4-md5
- VMESS
- none
- grpc
- h2
- auto
-
github action ( 节点详情 )
- vless 未测速 (litespeed不支持)
- 四合一转换(不含vless)
-
本地构建 (github action 节点测试为国外服务器,国内不保证能用,建议使用本地二次测速筛选后使用)
## windows系统执行
localFilter.bat
## Linux /Mac OS系统执行
bash localFilter
## 或者
chmod +x localFilter && ./localFilter
默认生成的为base64编码(v2rayN/ss/ssr等客户端可直接使用),其他请自行使用订阅转换进行转换
- https://bgp.he.net/
- https://browserleaks.com/
- https://ip.voidsec.com/
- https://ipinfo.io/
- https://ipleak.com/
- https://ipleak.net/
- https://ipleak.org/
- https://ipx.ac/run
- https://nstool.netease.com/
- https://test-ipv6.com/
- https://whatismyipaddress.com/blacklist-check
- https://whoer.net/
- https://www.astrill.com/dns-leak-test
- https://www.astrill.com/ipv6-leak-test
- https://www.astrill.com/port-scan
- https://www.astrill.com/vpn-leak-test
- https://www.astrill.com/what-is-my-ip
- https://www.deviceinfo.me/
- https://www.dnsleaktest.com/
- https://www.doileak.com/
- https://www.expressvpn.com/webrtc-leak-test
平台 | 软件 | 支持协议 |
---|---|---|
Windows | V2rayN | SS、Trojan、Vmess、VLESS |
Windows | Clash CFW (推荐) 已G自行搜索安装包 | SS、SSR、Trojan、Vmess、VLESS |
macOS | ClashX 已G自行搜索安装包 | SS、SSR、Trojan、V2ray |
macOS | V2rayU | SS、SSR、Trojan、V2ray |
Android | V2rayNG | SS、Trojan、V2ray(Vmess、VLESS)、Xray |
Android | ClashForAndroid (推荐) 已G自行搜索安装包 | SS、SSR、Trojan、Vmess、VLESS |
Android | NekoBoxForAndroid (推荐) | VMess / VLESS / SSR / Trojan / Trojan-Go/ NaiveProxy / HTTP(S) / SOCKS5/etc. |
IOS | Shadowrocket 小火箭 IOS非国区购买 | SS、SSR、Trojan、V2ray、VLESS |
IOS | Quantumult IOS非国区购买 | SS、SSR、Trojan、V2ray |
IOS | QuantumultX IOS非国区购买 | SS、SSR、Trojan、V2ray |
本项目仅限个人自己使用,禁止使用本项目进行营利和做其他违法事情,产生的一切后果本项目概不负责