Skip to content

每天自动爬取测活(google ping)公开节点。 🚀 免费节点,🚀免费节点订阅 (若不进行二次开发,请不要fork)

License

Notifications You must be signed in to change notification settings

Leon406/SubCrawler

Repository files navigation

访客数 👀

Sub :: Visitor's Count Leon406:: Visitor's Count

Repo size

节点池搭建

有服务器的可自行搭建 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 ( 节点详情 )

  • 本地构建 (github action 节点测试为国外服务器,国内不保证能用,建议使用本地二次测速筛选后使用)

## windows系统执行
localFilter.bat
## Linux /Mac OS系统执行
bash localFilter  
## 或者
chmod +x localFilter && ./localFilter

默认生成的为base64编码(v2rayN/ss/ssr等客户端可直接使用),其他请自行使用订阅转换进行转换

Hosts

走代理后ip匿名检测

使用软件

平台 软件 支持协议
Win/Mac/Linux GUI.for.SingBox sing-box支持全协议
Win/Mac/Linux clash-verge-rev clash meta 支持协议
Windows V2rayN (推荐) SS、Trojan、Vmess、VLESS
Windows Clash CFW
Clash-for-Windows_Chinese (汉化修改版)
SS、SSR、Trojan、Vmess、VLESS
macOS V2rayU SS、SSR、Trojan、V2ray
Android V2rayNG SS、Trojan、V2ray(Vmess、VLESS)、Xray
Android ClashForAndroid 已G自行搜索安装包
ClashMetaForAndroid (推荐)
SS、SSR、Trojan、Vmess、VLESS
Android NekoBoxForAndroid (推荐) VMess / VLESS / SSR / Trojan / Trojan-Go/ NaiveProxy / HTTP(S) / SOCKS5/etc.
Android ClashMetaForAndroid clash meta 支持协议
IOS Shadowrocket 小火箭 IOS非国区购买 SS、SSR、Trojan、V2ray、VLESS
IOS Quantumult IOS非国区购买 SS、SSR、Trojan、V2ray
IOS QuantumultX IOS非国区购买 SS、SSR、Trojan、V2ray

Stargazers over time

Stargazers over time

声明

本项目仅限个人自己使用,禁止使用本项目进行营利和做其他违法事情,产生的一切后果本项目概不负责

回到顶部

About

每天自动爬取测活(google ping)公开节点。 🚀 免费节点,🚀免费节点订阅 (若不进行二次开发,请不要fork)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages