eclipse / paho.mqtt.testing

An Eclipse Paho project - a Python broker for testing
https://eclipse.org/paho
Other
108 stars 73 forks source link

startbroker.py should (by default) bind to localhost only #70

Open harmv opened 3 years ago

harmv commented 3 years ago

startbroker.py binds to all interfaces by default.

It should by default bind to localhost only and optionally to all interfaces

for example with an option --bind:0.0.0.0