Commit 735dcc9
committed
v1.1.8 fix: harden sing-box download, add dynamic WARP account, clean up OpenRC output
- validate sing-box tarball integrity and retry (drop proxy after 2nd try) to stop aborts from `gzip: invalid magic` / `tar: No such file` on interrupted downloads
- silence cloudflared upgrade download and qrencode fallback download; remove corrupt/empty files on failure
- register a fresh WARP account with fallback to the shared account when registration fails
- replace intermediate path variables with literal file paths
- silence OpenRC service start/stop output, showing only the final result
v1.1.8 fix: 增强下载健壮性并支持动态获取 WARP 账户,静默 OpenRC 输出
- 为 sing-box 压缩包下载增加完整性校验与重试(第 2 次起去掉代理直连),修复中断导致的 `gzip: invalid magic` / `tar: No such file` 直接退出
- 静默 cloudflared 升级下载与 qrencode 兜底下载,失败时清理损坏/空文件
- 动态注册新 WARP 账户,注册失败回退共享账户
- 用直接文件路径替代中间临时变量
- 静默 OpenRC 开启/停止服务的过程输出,仅展示最终结果1 parent 9388bac commit 735dcc9
2 files changed
Lines changed: 115 additions & 32 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 20 | + | |
23 | 21 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 22 | + | |
27 | 23 | | |
28 | 24 | | |
29 | 25 | | |
30 | 26 | | |
31 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
0 commit comments