From 176067fd78df397f0609859b761c3521c8af712d Mon Sep 17 00:00:00 2001 From: Mikhail Burakov Date: Sat, 28 Jan 2023 15:03:56 +0100 Subject: New version won't resolve host names and expects ip addr --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3