mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-15 11:01:29 +03:00
major refactor
every instance of lan-mouse can now simultaneously send and receive events
This commit is contained in:
17
config.toml
17
config.toml
@@ -1,10 +1,13 @@
|
||||
port = 42069
|
||||
[client.left]
|
||||
host_name = "rubinium"
|
||||
ip = "192.168.2.182"
|
||||
port = 42069
|
||||
|
||||
[client.right]
|
||||
host_name = "rubinium"
|
||||
ip = "192.168.2.182"
|
||||
# [client.right]
|
||||
# host_name = "localhost"
|
||||
# port = 42068
|
||||
|
||||
[client.left]
|
||||
host_name = "Osmium"
|
||||
port = 42069
|
||||
|
||||
# [client.right]
|
||||
# host_name = "Osmium"
|
||||
# port = 42069
|
||||
|
||||
Reference in New Issue
Block a user