rkvm/example/server.toml

11 lines
328 B
TOML
Raw Normal View History

2023-04-16 18:45:15 +02:00
listen = "0.0.0.0:5258"
2023-04-19 21:44:22 +02:00
switch-keys = ["LeftAlt", "LeftCtrl"]
certificate = "/etc/rkvm/certificate.pem"
2023-04-19 21:54:50 +02:00
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"