diff options
Diffstat (limited to 'configs/kvmd')
-rw-r--r-- | configs/kvmd/v1-hdmi.yaml | 4 | ||||
-rw-r--r-- | configs/kvmd/v1-vga.yaml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/configs/kvmd/v1-hdmi.yaml b/configs/kvmd/v1-hdmi.yaml index 2ca573e1..1f31f4ef 100644 --- a/configs/kvmd/v1-hdmi.yaml +++ b/configs/kvmd/v1-hdmi.yaml @@ -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" diff --git a/configs/kvmd/v1-vga.yaml b/configs/kvmd/v1-vga.yaml index 48b8e511..055c8363 100644 --- a/configs/kvmd/v1-vga.yaml +++ b/configs/kvmd/v1-vga.yaml @@ -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: |