Skip to content

Commit cc2401e

Browse files
committed
feat: 添加 TCP 连通性测试,过滤死节点
1 parent 0eb6d5c commit cc2401e

13 files changed

Lines changed: 93 additions & 69821 deletions

.github/workflows/update.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- name: Fetch and merge sources
2525
run: npx tsx src/fetch.ts
2626

27+
- name: TCP connectivity check
28+
run: npx tsx src/check.ts
29+
2730
- name: Generate output
2831
run: npx tsx src/output.ts
2932

0 commit comments

Comments
 (0)