From c6f91b4d4ea452cd67b4428a79d08295e6c60cbb Mon Sep 17 00:00:00 2001 From: Jim Schrempp Date: Thu, 14 Aug 2025 21:23:24 -0700 Subject: [PATCH] Update README.md added note on the bind = setting for OSX --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8cef6e6..52f1c1c 100644 --- a/README.md +++ b/README.md @@ -85,10 +85,17 @@ cp sample.config.ini config.ini Edit `config.ini` to match your MQTT and web server settings: + ```bash nano config.ini ``` +> **NOTE** +> On MacOS set the bind configuration line to +> ``` +> bind = 127.0.0.1 +> ``` + Example: ```ini