Update README.md

This commit is contained in:
Igor Kulikov 2018-10-31 10:53:23 +02:00 committed by GitHub
parent d96f6c8c34
commit f875bcd650
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,11 +35,8 @@ Where:
In order to get access to necessary resources from external IP/Host on **Windows** machine, please execute the following commands:
```
# HTTP port
$ VBoxManage controlvm "default" natpf1 "tcp-port9090,tcp,,9090,,9090"
# MQTT port
$ VBoxManage controlvm "default" natpf1 "tcp-port1883,tcp,,1883,,1883"
# CoAP port
$ VBoxManage controlvm "default" natpf1 "tcp-port5683,tcp,,5683,,5683"
```