SkillAgentSearch skills...

SubCrawler

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

Install / Use

/learn @Leon406/SubCrawler
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<h4 align="center">访客数 :eyes:</h4> <p align="center"> <img src="https://api.visitorbadge.io/api/visitors?path=leon406%2Fsubcrawler&countColor=%232ccce4" alt="Sub :: Visitor's Count" /> <img width=0 height=0 src="https://api.visitorbadge.io/api/visitors?path=leon406%2Fleon406&countColor=%232ccce4" alt="Leon406:: Visitor's Count" /> </p>

Repo size

Telegram群组

节点池搭建

有服务器的可自行搭建 proxypool 配置文件 source.yaml

<span id="subCon">订阅转换</span>

节点测速

  • 本地测速

  • 在线测速(基于上面本地测速搭建的服务,建议自行搭建,目前大部分都挂了)

  • 国内自有服务器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匿名检测

  • 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

使用软件

| 平台 | 软件 | 支持协议 | | ------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | | Win/Mac/Linux | GUI.for.SingBox | sing-box支持全协议 | | Win/Mac/Linux | clash-verge-rev | clash meta 支持协议 | | Windows | V2rayN (推荐) | SS、Trojan、Vmess、VLESS | | Windows | <del>Clash CFW </del> <br>Clash-for-Windows_Chinese (汉化修改版) | SS、SSR、Trojan、Vmess、VLESS | | macOS | V2rayU | SS、SSR、Trojan、V2ray | | Android | V2rayNG | SS、Trojan、V2ray(Vmess、VLESS)、Xray | | Android | <del>ClashForAndroid</del> 已G自行搜索安装包<br>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

声明

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

回到顶部

View on GitHub
GitHub Stars1.5k
CategoryDevelopment
Updated2h ago
Forks223

Languages

Kotlin

Security Score

100/100

Audited on Apr 5, 2026

No findings