feat: 更新singbox.sh

这个提交包含在:
HA
2026-04-26 18:58:14 +08:00
父节点 ef81ab68c7
当前提交 e3b770f744
共有 2 个文件被更改,包括 17 次插入105 次删除

查看文件

@@ -6,7 +6,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
Personal collection of self-use shell scripts (个人收藏的自用脚本). Each top-level directory is an independent script project — there is no shared build system, package manager, test suite, or CI. Editing happens on Windows; the scripts themselves are deployed and executed on Linux VPS targets.
**Repo URL:** `https://git.suhang.me/suhang/scripts`. When writing docs/READMEs that contain `wget` / `curl` one-liners to fetch a script onto a server, point them at this repo's raw URL (e.g. `https://git.suhang.me/suhang/scripts/raw/branch/main/singbox/singbox.sh`) rather than upstream third-party URLs. This way users get the version actually maintained here.
**Repo URL:** `https://git.suhang.me/suhang/scripts`. **Default branch is `release`** (not `main`). When writing docs/READMEs that contain `wget` / `curl` one-liners to fetch a script onto a server, point them at this repo's raw URL on the `release` branch (e.g. `https://git.suhang.me/suhang/scripts/raw/branch/release/singbox/singbox.sh`) rather than upstream third-party URLs. This way users get the version actually maintained here.
## Layout