Allow anonymous connections to mqtt listener
This commit is contained in:
@ -57,6 +57,9 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
listeners = [{
|
listeners = [{
|
||||||
port = 1883;
|
port = 1883;
|
||||||
|
settings = {
|
||||||
|
allow_anonymous = true;
|
||||||
|
};
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user