mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-13 09:40:30 +08:00
fix: 设置 gostc 监听地址为本地避免未授权访问
This commit is contained in:
parent
50c3e6a32a
commit
96a6e7edcd
@ -184,7 +184,7 @@ EOF
|
|||||||
cat >> /etc/kvmd/supervisord.conf << EOF
|
cat >> /etc/kvmd/supervisord.conf << EOF
|
||||||
|
|
||||||
[program:kvmd-gostc]
|
[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
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
startsecs=5
|
startsecs=5
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user