Kjell Winblad 1 год назад
Родитель
Сommit
0d053a6897
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      changes/ce/fix-13012.en.md

+ 4 - 0
changes/ce/fix-13012.en.md

@@ -0,0 +1,4 @@
+The MQTT listerners config option `access_rules` has been improved in the following ways:
+
+* The listener no longer crash with an incomprehensible error message if a non-valid access rule is configured. Instead a configuration error is generated.
+* One can now add several rules in a single string by separating them by comma (for example, "allow 10.0.1.0/24, deny all").