# example configuration
# configure release bind
= [ "KeyA", "KeyS", "KeyD", "KeyF" ]
# optional port (defaults to 4242)
= 4242
# list of authorized tls certificate fingerprints that
# are accepted for incoming traffic
[]
= "iridium"
# define a client on the right side with host name "iridium"
[[]]
# position (left | right | top | bottom)
= "right"
# hostname
= "iridium"
# activate this client immediately when lan-mouse is started
= true
# optional list of (known) ip addresses
= ["192.168.178.156"]
# define a client on the left side with IP address 192.168.178.189
[[]]
= "left"
# The hostname is optional: When no hostname is specified,
# at least one ip address needs to be specified.
= "thorium"
# ips for ethernet and wifi
= ["192.168.178.189", "192.168.178.172"]
# optional port
= 4242