mosquitto_rsmb: add MQTT listener to config

This helped me a lot while testing #9464 to interact with the broker
using the mosquitto shell command clients.
This commit is contained in:
Martine Lenders 2018-07-05 13:17:54 +02:00
parent dd165628ff
commit 49036c7065

View File

@ -4,3 +4,7 @@ trace_output protocol
# MQTT-SN listener # MQTT-SN listener
listener 1883 INADDR_ANY mqtts listener 1883 INADDR_ANY mqtts
ipv6 true ipv6 true
# MQTT listener
listener 1883 INADDR_ANY mqtt
ipv6 true