From a8f1478f9d6a5cf2562f81c189c77321bbccfc04 Mon Sep 17 00:00:00 2001 From: vipmc838 Date: Mon, 9 Jun 2025 15:46:11 +0800 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index e224a2a..e6c0ae3 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -66,7 +66,7 @@ EOF # 获取公网 IP 和国家代码 SERVER_IP=$(curl -s https://api.ipify.org) -COUNTRY_CODE=$(curl -s https://ipapi.co/${SERVER_IP}/country/ || echo "XX") +COUNTRY_CODE=$(curl -s https://ipapi.co/${SERVER_IP}/country/ || echo "Unable to get") echo "✅ Hysteria2 启动成功" echo "------------------------------------------------------------------------"