2023-04-16 18:45:15 +02:00
|
|
|
listen = "0.0.0.0:5258"
|
2023-08-22 19:42:49 +02:00
|
|
|
# See `switch-keys.md` in the repository root for the list of all possible keys.
|
|
|
|
switch-keys = ["left-alt", "left-ctrl"]
|
2024-07-21 15:57:53 +02:00
|
|
|
|
2023-10-14 10:41:25 +02:00
|
|
|
# Whether switch key presses should be propagated on the server and its clients.
|
|
|
|
# Optional, defaults to true.
|
|
|
|
# propagate-switch-keys = true
|
2024-07-21 15:57:53 +02:00
|
|
|
|
|
|
|
# Whether mouse events should be sent as datagrams.
|
|
|
|
# Enabling this can improve mouse input latency significantly at the cost of
|
|
|
|
# losing mouse events if the network is congested, making mouse appear janky.
|
|
|
|
# Optional, defaults to false.
|
|
|
|
# enable-datagrams = false
|
|
|
|
|
2023-04-22 12:59:11 +02:00
|
|
|
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"
|