diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-06-27 18:49:36 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-06-27 18:49:36 +0100 |
commit | 70ca9fe8ecb4501bb2981b27749cb64537df8aca (patch) | |
tree | da4642d13fea4043fcd49952e0bf46087ed44fda /README.md | |
parent | b1dae4b6198e58eaa6c2fc38e582e849229d4ace (diff) | |
download | mqttr-70ca9fe8ecb4501bb2981b27749cb64537df8aca.tar.gz mqttr-70ca9fe8ecb4501bb2981b27749cb64537df8aca.tar.xz mqttr-70ca9fe8ecb4501bb2981b27749cb64537df8aca.zip |
Complain if config has creds and bad mode
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -74,8 +74,6 @@ it being ran every time a new MQTT message is published to this topic. ## Missing Features * Configurable timeouts (eventually configurable per process) -* Permission checks on `mqttr.toml` if it contains a password (to ensure the - password isn't being exposed) * Configurable QoS for each subscription (default is 0 (at most once)) * Pass message metadata via the environment (QoS, retain, dup) * Configurable logging |