From 1b6f8bc2f029baa105e43638dcf27f8cd4a96e3f Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 27 Feb 2026 04:50:34 +0000 Subject: [PATCH 1/2] Update anytls-go to v0.0.12 Bump ANYTLS_VERSION from v0.0.8 to v0.0.12 to track the latest upstream release of anytls/anytls-go (released 2026-01-12). https://claude.ai/code/session_01GtxiKz3hqhD2DakpKcitbw --- anytls_manager.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anytls_manager.sh b/anytls_manager.sh index 644989e..795b2e7 100644 --- a/anytls_manager.sh +++ b/anytls_manager.sh @@ -1,10 +1,10 @@ #!/bin/bash # AnyTLS-Go 服务端一键管理脚本 -# 版本: v0.0.8 (基于 anytls/anytls-go) +# 版本: v0.0.12 (基于 anytls/anytls-go) # --- 全局配置参数 --- -ANYTLS_VERSION="v0.0.8" +ANYTLS_VERSION="v0.0.12" BASE_URL="https://github.com/anytls/anytls-go/releases/download" INSTALL_DIR_TEMP="/tmp/anytls_install_$$" # 使用 $$ 增加随机性 BIN_DIR="/usr/local/bin" From 49d7edf0de69a9fa97512424eb8ec879c6093b8f Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 27 Feb 2026 04:53:50 +0000 Subject: [PATCH 2/2] Update README: point download URLs to ZedRover/AnyTLS-Go-Script and bump version to v0.0.12 Replace tianrking/AnyTLS-Go references with ZedRover/AnyTLS-Go-Script so users download the script directly from this forked repository. Also update the featured version from v0.0.8 to v0.0.12. https://claude.ai/code/session_01GtxiKz3hqhD2DakpKcitbw --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 572a304..53ce340 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## 主要功能 -* **一键安装/更新**:快速部署最新指定版本 (v0.0.8) 的 `anytls-go` 服务端。 +* **一键安装/更新**:快速部署最新指定版本 (v0.0.12) 的 `anytls-go` 服务端。 * **自动化依赖处理**:自动检测并安装 `wget`, `unzip`, `curl`, `qrencode` 等必要工具。 * **Systemd 服务管理**: * 开机自启 @@ -31,13 +31,13 @@ 你可以通过以下任一命令下载脚本: ```bash -wget -O anytls_manager.sh https://raw.githubusercontent.com/tianrking/AnyTLS-Go/refs/heads/main/anytls_manager.sh +wget -O anytls_manager.sh https://raw.githubusercontent.com/ZedRover/AnyTLS-Go-Script/refs/heads/main/anytls_manager.sh ```` 或者 ```bash -curl -o anytls_manager.sh -L https://raw.githubusercontent.com/tianrking/AnyTLS-Go/refs/heads/main/anytls_manager.sh +curl -o anytls_manager.sh -L https://raw.githubusercontent.com/ZedRover/AnyTLS-Go-Script/refs/heads/main/anytls_manager.sh ``` ### 2\. 赋予执行权限