Add note about ACL for anonymous connections (#1645)

Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
KNXBroker
2021-03-17 12:16:31 +01:00
committed by GitHub
parent 17be2b5f21
commit d42e52b7b4

View File

@@ -57,7 +57,7 @@ logins:
### Option: `anonymous`
Allow anonymous connections. If logins are set, the anonymous user can only read data.
Allow anonymous connections. If logins are set, the anonymous user can only read data. An explicit ACL definition is required for anonymous connections [see Access Control Lists (ACLs)](#access-control-lists-acls).
Default value: `false`