summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-07-31 16:35:02 +0200
committerxengineering <me@xengineering.eu>2025-07-31 16:35:02 +0200
commitd5cb3a029c11de1b5dcb110fd086e41f55e395d4 (patch)
tree10ceabb70625046d633c93367f91dd48109bc254
parent0eae46d834489f07db868300b79660a0a739c218 (diff)
downloadiot-contact-d5cb3a029c11de1b5dcb110fd086e41f55e395d4.tar
iot-contact-d5cb3a029c11de1b5dcb110fd086e41f55e395d4.tar.zst
iot-contact-d5cb3a029c11de1b5dcb110fd086e41f55e395d4.zip
fw: sim: srv: mosquitto.conf: Restrict to IPv6
This avoids warnings and sets the focus to the IP version which is the current focus.
-rw-r--r--fw/sim/srv/mosquitto.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/sim/srv/mosquitto.conf b/fw/sim/srv/mosquitto.conf
index 5bc3c01..dd7ba90 100644
--- a/fw/sim/srv/mosquitto.conf
+++ b/fw/sim/srv/mosquitto.conf
@@ -2,6 +2,6 @@
# v. 2.0. If a copy of the MPL was not distributed with this file, You can
# obtain one at https://mozilla.org/MPL/2.0/.
-listener 1883
+listener 1883 ::
bind_interface zeth
allow_anonymous true