rkvm/example/server.toml
2023-04-22 12:59:11 +02:00

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"