summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMikhail Burakov <mburakov@mailbox.org>2023-01-28 15:03:56 +0100
committerMikhail Burakov <mburakov@mailbox.org>2023-01-28 15:03:56 +0100
commit176067fd78df397f0609859b761c3521c8af712d (patch)
tree2190d6a044879d5e218d880165dc35eea190d1d9 /README.md
parent5eb80b12008f403b26e9365dbcee911969662e35 (diff)
New version won't resolve host names and expects ip addr
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 50b3314..001c893 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ I don't care about any other platforms except Linux, so you are on your own.
Provide host and port of your mosquitto server on the commandline, i.e.
```
-./mqhttp localhost 1883
+./mqhttp 127.0.0.1 1883
```
After starting, HTTP server listens for incoming connections on localhost, port 8080.