mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
using 127.0.0.1 instead of localhost
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
kvmd:
|
||||
server:
|
||||
host: localhost
|
||||
host: 127.0.0.1
|
||||
port: 8081
|
||||
heartbeat: 3.0
|
||||
|
||||
@@ -59,7 +59,7 @@ kvmd:
|
||||
- "--encoder=omx"
|
||||
- "--quality={quality}"
|
||||
- "--dv-timings"
|
||||
- "--host=localhost"
|
||||
- "--host=127.0.0.1"
|
||||
- "--port=8082"
|
||||
- "--drop-same-frames=30"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
kvmd:
|
||||
server:
|
||||
host: localhost
|
||||
host: 127.0.0.1
|
||||
port: 8081
|
||||
heartbeat: 3.0
|
||||
|
||||
@@ -63,7 +63,7 @@ kvmd:
|
||||
- "--height=576"
|
||||
- "--fake-width=800"
|
||||
- "--fake-height=600"
|
||||
- "--host=localhost"
|
||||
- "--host=127.0.0.1"
|
||||
- "--port=8082"
|
||||
|
||||
logging:
|
||||
|
||||
Reference in New Issue
Block a user