Update 'README.md'

This commit is contained in:
alban 2020-10-04 16:21:49 +00:00
parent 1c7061cafd
commit 02f7be1a5f
1 changed files with 7 additions and 6 deletions

View File

@ -79,12 +79,13 @@ But the VM will not be able to exchange data on LAN.
Ports translations are done by adding 10000 to each VM service port. Ports translations are done by adding 10000 to each VM service port.
* 10022 SSH(22) * 10022 SSH (22)
* 10080 HTTP(80) * 10080 HTTP (80)
* 10443 HTTPS(443) * 10443 HTTPS (443)
* 16379 REDIS(6379) * 16379 REDIS (6379)
* 16454 ARTNET(6454) * 16454 ARTNET (6454)
* 19001 WEBSOCKET(9001) * 19001 WEBSOCKET ws (9001)
* 19002 WEBSOCKET SECURE wss (9001)
So, to connect to the SSH server you will use the 10022 port on localhost. So, to connect to the SSH server you will use the 10022 port on localhost.