Change mirrorHost port number

to avoid conflict with SVNC
This commit is contained in:
xAnavrins
2019-07-14 03:56:35 -04:00
parent b16c6ec4d3
commit ae20a8ada7
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ mon.setBackgroundColor(colors.black)
mon.clear()
while true do
local socket = Socket.server(5901)
local socket = Socket.server(5902)
print('mirror: connection from ' .. socket.dhost)