mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 10:01:53 +08:00
ipmi bmc proxy
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# Don't touch this file otherwise your device may stop working.
|
||||
# You can find a working configuration in /usr/share/kvmd/configs.default/kvmd.
|
||||
|
||||
logging: !include logging.yaml
|
||||
|
||||
kvmd:
|
||||
server:
|
||||
host: 127.0.0.1
|
||||
@@ -40,4 +42,7 @@ kvmd:
|
||||
- "--port={port}"
|
||||
- "--drop-same-frames=30"
|
||||
|
||||
logging: !include logging.yaml
|
||||
ipmi:
|
||||
kvmd:
|
||||
host: 127.0.0.1
|
||||
port: 8081
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
# Don't touch this file otherwise your device may stop working.
|
||||
# You can find a working configuration in /usr/share/kvmd/configs.default/kvmd.
|
||||
|
||||
logging: !include logging.yaml
|
||||
|
||||
kvmd:
|
||||
server:
|
||||
host: 127.0.0.1
|
||||
@@ -44,4 +46,7 @@ kvmd:
|
||||
- "--host={host}"
|
||||
- "--port={port}"
|
||||
|
||||
logging: !include logging.yaml
|
||||
ipmi:
|
||||
kvmd:
|
||||
listen: 127.0.0.1
|
||||
port: 8081
|
||||
|
||||
Reference in New Issue
Block a user