From d5cb3a029c11de1b5dcb110fd086e41f55e395d4 Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 31 Jul 2025 16:35:02 +0200 Subject: fw: sim: srv: mosquitto.conf: Restrict to IPv6 This avoids warnings and sets the focus to the IP version which is the current focus. --- fw/sim/srv/mosquitto.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-70-g09d2