diff options
author | xengineering <me@xengineering.eu> | 2025-07-31 16:35:39 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-07-31 16:35:39 +0200 |
commit | c90bd1518eb51ea9e9c2a6722484b5a4188b42a6 (patch) | |
tree | 94383b46f0756479fed19396dfece3b2c4785034 | |
parent | d5cb3a029c11de1b5dcb110fd086e41f55e395d4 (diff) | |
download | iot-contact-c90bd1518eb51ea9e9c2a6722484b5a4188b42a6.tar iot-contact-c90bd1518eb51ea9e9c2a6722484b5a4188b42a6.tar.zst iot-contact-c90bd1518eb51ea9e9c2a6722484b5a4188b42a6.zip |
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.
-rw-r--r-- | fw/sim/srv/mosquitto.conf | 1 |
1 files changed, 0 insertions, 1 deletions
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 |