diff options
| author | Mikhail Burakov <mburakov@mailbox.org> | 2023-01-28 15:03:56 +0100 |
|---|---|---|
| committer | Mikhail Burakov <mburakov@mailbox.org> | 2023-01-28 15:03:56 +0100 |
| commit | 176067fd78df397f0609859b761c3521c8af712d (patch) | |
| tree | 2190d6a044879d5e218d880165dc35eea190d1d9 | |
| parent | 5eb80b12008f403b26e9365dbcee911969662e35 (diff) | |
New version won't resolve host names and expects ip addr
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
