mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-11 16:50:28 +08:00
fix: 设置 gostc 监听地址为本地避免未授权访问
This commit is contained in:
parent
50c3e6a32a
commit
96a6e7edcd
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user