Update entrypoint.sh

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