From e59da26e1028787ab23018db29aebb82058f1164 Mon Sep 17 00:00:00 2001 From: kev Date: Tue, 9 Jul 2024 10:25:34 +0800 Subject: [PATCH] update flashmq --- flashmq/data/etc/flashmq.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/flashmq/data/etc/flashmq.conf b/flashmq/data/etc/flashmq.conf index af5f13a..c998b14 100644 --- a/flashmq/data/etc/flashmq.conf +++ b/flashmq/data/etc/flashmq.conf @@ -2,3 +2,10 @@ log_file /var/log/flashmq/flashmq.log storage_dir /var/lib/flashmq + +listen { + protocol mqtt + inet_protocol ip4 + port 1883 + allow_anonymous true +}