mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
review fix
This commit is contained in:
parent
e094c2a9c5
commit
daf1e68a7d
@ -198,10 +198,13 @@ accounts:
|
|||||||
# PASS as well, so it can be configured to authenticate with SASL only.
|
# PASS as well, so it can be configured to authenticate with SASL only.
|
||||||
skip-server-password: false
|
skip-server-password: false
|
||||||
|
|
||||||
|
# require-sasl controls whether clients are required to have accounts
|
||||||
|
# (and sign into them using SASL) to connect to the server
|
||||||
require-sasl:
|
require-sasl:
|
||||||
# if this is enabled, all clients must authenticate with SASL:
|
# if this is enabled, all clients must authenticate with SASL while connecting
|
||||||
enabled: false
|
enabled: false
|
||||||
# the following IPs/CIDRs are exempted from this requirement:
|
|
||||||
|
# IPs/CIDRs which are exempted from the account requirement
|
||||||
exempted:
|
exempted:
|
||||||
- "localhost"
|
- "localhost"
|
||||||
# - '127.0.0.2'
|
# - '127.0.0.2'
|
||||||
|
Loading…
Reference in New Issue
Block a user