From c90bd1518eb51ea9e9c2a6722484b5a4188b42a6 Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 31 Jul 2025 16:35:39 +0200 Subject: fw: sim: srv: mosquitto: Do not restrict to `zeth` This is a security measure better fulfilled with a firewall. The problem is when it is restricted to the `zeth` interface it cannot be reliably started while the firmware is not running, since the interface is not up. But when the MQTT broker is not available it is hard to start the firmware in the current state because it requires a running MQTT broker. This is a chicken-egg-problem solved with this commit. --- fw/sim/srv/mosquitto.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'fw') diff --git a/fw/sim/srv/mosquitto.conf b/fw/sim/srv/mosquitto.conf index dd7ba90..abd7ae3 100644 --- a/fw/sim/srv/mosquitto.conf +++ b/fw/sim/srv/mosquitto.conf @@ -3,5 +3,4 @@ # obtain one at https://mozilla.org/MPL/2.0/. listener 1883 :: -bind_interface zeth allow_anonymous true -- cgit v1.2.3-70-g09d2