This commit is contained in:
mjallen18
2026-03-05 15:44:44 -06:00
parent 805699d9d0
commit e5b7c403a3
2 changed files with 1 additions and 3 deletions

View File

@@ -16,9 +16,6 @@ in
enable = true; enable = true;
listeners = [ listeners = [
{ {
# Listen on all interfaces so LAN devices (e.g. openHASP) can connect
address = "0.0.0.0";
port = 1883;
acl = [ "pattern readwrite #" ]; acl = [ "pattern readwrite #" ];
omitPasswordAuth = true; omitPasswordAuth = true;
settings.allow_anonymous = true; settings.allow_anonymous = true;

View File

@@ -56,6 +56,7 @@
enable = true; enable = true;
allowPing = true; allowPing = true;
allowedTCPPorts = [ allowedTCPPorts = [
1883 # MQTT broker (mosquitto) for IoT devices
8192 8192
8880 8880
8881 8881