diff --git a/entrypoint.sh b/entrypoint.sh index 02189ce..9fadfba 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 +/usr/local/bin/hysteria server -c /etc/hysteria/config.yaml & # 获取公网 IP 和国家代码 SERVER_IP=$(curl -s https://api.ipify.org)