From 42e096451954d458bcfbe889ae4345c61f2ffabc Mon Sep 17 00:00:00 2001 From: vipmc838 Date: Mon, 9 Jun 2025 01:54:52 +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 a24a4af..02189ce 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -59,7 +59,7 @@ masquerade: EOF # 启动 Hysteria2 到后台 -exec /usr/local/bin/hysteria server -c /etc/hysteria/config.yaml & +exec /usr/local/bin/hysteria server -c /etc/hysteria/config.yaml # 获取公网 IP 和国家代码 SERVER_IP=$(curl -s https://api.ipify.org)