From 9aedc7fd1a3e8e8039e01fdc5a2d84400e7e8dae Mon Sep 17 00:00:00 2001 From: Sascha Steinbiss Date: Sat, 26 Jun 2021 13:40:09 +0200 Subject: [PATCH] mqtt: enable in config and remove misleading comment --- suricata.yaml.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/suricata.yaml.in b/suricata.yaml.in index a6c0fe22d1..3c188adf45 100644 --- a/suricata.yaml.in +++ b/suricata.yaml.in @@ -722,9 +722,8 @@ app-layer: enabled: yes detection-ports: dp: 5900, 5901, 5902, 5903, 5904, 5905, 5906, 5907, 5908, 5909 - # MQTT, disabled by default. mqtt: - # enabled: no + enabled: yes # max-msg-length: 1mb # subscribe-topic-match-limit: 100 # unsubscribe-topic-match-limit: 100