mirror of
https://github.com/htrefil/rkvm.git
synced 2024-11-17 07:47:45 +01:00
10 lines
328 B
TOML
10 lines
328 B
TOML
listen = "0.0.0.0:5258"
|
|
switch-keys = ["LeftAlt", "LeftCtrl"]
|
|
certificate = "/etc/rkvm/certificate.pem"
|
|
key = "/etc/rkvm/key.pem"
|
|
|
|
# This is to prevent malicious clients from connecting to the server.
|
|
# Make sure this matches your client's config.
|
|
#
|
|
# Change this to your own value before deploying rkvm.
|
|
password = "123456789"
|