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:
parent
dd165628ff
commit
49036c7065
4
dist/tools/mosquitto_rsmb/config.cnf
vendored
4
dist/tools/mosquitto_rsmb/config.cnf
vendored
@ -4,3 +4,7 @@ trace_output protocol
|
||||
# MQTT-SN listener
|
||||
listener 1883 INADDR_ANY mqtts
|
||||
ipv6 true
|
||||
|
||||
# MQTT listener
|
||||
listener 1883 INADDR_ANY mqtt
|
||||
ipv6 true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user