hasp
This commit is contained in:
@@ -16,9 +16,6 @@ in
|
||||
enable = true;
|
||||
listeners = [
|
||||
{
|
||||
# Listen on all interfaces so LAN devices (e.g. openHASP) can connect
|
||||
address = "0.0.0.0";
|
||||
port = 1883;
|
||||
acl = [ "pattern readwrite #" ];
|
||||
omitPasswordAuth = true;
|
||||
settings.allow_anonymous = true;
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
enable = true;
|
||||
allowPing = true;
|
||||
allowedTCPPorts = [
|
||||
1883 # MQTT broker (mosquitto) for IoT devices
|
||||
8192
|
||||
8880
|
||||
8881
|
||||
|
||||
Reference in New Issue
Block a user