From 96a6e7edcdf841b65adf4b7ec5a92ac217dbf0f8 Mon Sep 17 00:00:00 2001 From: mofeng-git Date: Wed, 3 Dec 2025 13:41:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AE=BE=E7=BD=AE=20gostc=20=E7=9B=91?= =?UTF-8?q?=E5=90=AC=E5=9C=B0=E5=9D=80=E4=B8=BA=E6=9C=AC=E5=9C=B0=E9=81=BF?= =?UTF-8?q?=E5=85=8D=E6=9C=AA=E6=8E=88=E6=9D=83=E8=AE=BF=E9=97=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/init.sh b/build/init.sh index 895e71c5..d4c59a4a 100755 --- a/build/init.sh +++ b/build/init.sh @@ -184,7 +184,7 @@ EOF cat >> /etc/kvmd/supervisord.conf << EOF [program:kvmd-gostc] -command=/usr/bin/gostc -web-addr 0.0.0.0:18080 +command=/usr/bin/gostc -web-addr 127.0.0.1:18080 autostart=true autorestart=true startsecs=5