From 1b88909edfff021e4740c6bece8325ffb873396b Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Sun, 3 Jul 2022 22:41:35 +0200 Subject: [PATCH] Fix mosquitto conf for version 2.x Apparently Mosquitto had some breaking changes in the configuration, so we need to add some values to the new version. This only became visible after the DNS change in our Router. This fix has been tested and is working. --- templates/mosquitto.conf.j2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/mosquitto.conf.j2 b/templates/mosquitto.conf.j2 index c5ff401..097ad0e 100644 --- a/templates/mosquitto.conf.j2 +++ b/templates/mosquitto.conf.j2 @@ -4,6 +4,11 @@ persistence true persistence_location /mosquitto/data/ log_dest file /mosquitto/log/mosquitto.log +listener 1883 0.0.0.0 + +allow_anonymous true + + # Bridge to platon connection br-radon-to-platon address platon:1883