Updated Python HTTP Server (markdown)

Gennaro Tortone 2018-05-22 17:20:21 +02:00
parent a147c71127
commit 490e2c4904
1 changed files with 3 additions and 1 deletions

@ -52,6 +52,8 @@ python fw-server.py -d wlan0
python fw-server.py -i 192.168.1.1
```
Note: on Windows operating system it is advisable to use '-i' option because Windows uses UUID name for network interfaces that are not so easy to type...
## Note
On Windows operating system it is advisable to use '-i' option because Windows uses UUID name for network interfaces that are not so easy to type...