mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-07 11:59:59 +03:00
Default port now 4242 everywhere (#14)
This commit is contained in:
committed by
GitHub
parent
f0d70492c5
commit
b74f1b4291
@@ -1,7 +1,7 @@
|
||||
# example configuration
|
||||
|
||||
# optional port
|
||||
port = 2020
|
||||
port = 4242
|
||||
# optional backend override
|
||||
backend = "wlroots"
|
||||
|
||||
@@ -11,8 +11,8 @@ backend = "wlroots"
|
||||
host_name = "iridium"
|
||||
# optional ip address
|
||||
ip = "192.168.178.141"
|
||||
# optional port (defaults to 2020)
|
||||
port = 2020
|
||||
# optional port (defaults to 4242)
|
||||
port = 4242
|
||||
|
||||
# define a client on the left side with IP address 192.168.178.189
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user