From fa5dd27e52600384fbef4e2c37bd80c4a274eca2 Mon Sep 17 00:00:00 2001 From: starry <115192496+sky22333@users.noreply.github.com> Date: Sat, 9 Aug 2025 18:07:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=A4=E6=96=ADcn=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha/agent.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nezha/agent.sh b/nezha/agent.sh index 81faa28..9d4f14a 100644 --- a/nezha/agent.sh +++ b/nezha/agent.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Generated by nezhahq/scriptgen. DO NOT EDIT +# blog.52013120.xyz NZ_BASE_PATH="/opt/nezha" NZ_DASHBOARD_PATH="${NZ_BASE_PATH}/dashboard" @@ -78,6 +78,9 @@ pre_check() { riscv64) os_arch="riscv64" ;; esac + ## 调用地理位置检查 + geo_check + ## China_IP 自动切换 if [ "${isCN:-false}" = true ]; then GITHUB_URL="https://gh-proxy.com/https://github.com"