fix: improve IP classification and source fallback

This commit is contained in:
Aimili
2026-08-27 03:16:44 +08:00
parent 635ebd4db0
commit f190d746ef
8 changed files with 341 additions and 83 deletions
+2 -2
View File
@@ -7,9 +7,9 @@ on:
workflow_dispatch:
inputs:
release_tag:
description: Existing formal tag to publish, for example v2.1.1
description: Existing formal tag to publish, for example v2.1.2
required: true
default: v2.1.1
default: v2.1.2
type: string
concurrency:
+2 -1
View File
@@ -2,7 +2,8 @@ name: Update VPNGate mirror
on:
schedule:
- cron: "*/15 * * * *"
# Offset from quarter-hour peaks because GitHub may delay busy schedules.
- cron: "7,22,37,52 * * * *"
workflow_dispatch:
push:
branches: [main]