Update entrypoint.sh

This commit is contained in:
vipmc838
2025-06-09 01:54:52 +08:00
committed by GitHub
parent dece9b3ae1
commit 42e0964519
+1 -1
View File
@@ -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)