diff options
| author | Luke Hoersten <[email protected]> | 2020-07-04 17:48:36 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-07-04 17:48:36 -0500 |
| commit | 9f1af3e9efa0f21e365ffeeec2d97c4d16228f25 (patch) | |
| tree | 5cd489b36714d0de7d24de21458bd71d31c45be6 /oragono | |
| parent | 64e435af6dacac0ad711ec3fec6fa295142f5573 (diff) | |
updated irc settings.
Diffstat (limited to 'oragono')
| -rw-r--r-- | oragono/templates/oragono.yaml.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oragono/templates/oragono.yaml.j2 b/oragono/templates/oragono.yaml.j2 index cde7d3f..2e5a1cf 100644 --- a/oragono/templates/oragono.yaml.j2 +++ b/oragono/templates/oragono.yaml.j2 @@ -364,7 +364,7 @@ accounts: # (and sign into them using SASL) to connect to the server require-sasl: # if this is enabled, all clients must authenticate with SASL while connecting - enabled: false + enabled: true # IPs/CIDRs which are exempted from the account requirement exempted: @@ -459,7 +459,7 @@ accounts: user-requests: # can users request vhosts at all? if this is false, operators with the # 'vhosts' capability can still assign vhosts manually - enabled: false + enabled: true # if uncommented, all new vhost requests will be dumped into the given # channel, so opers can review them as they are sent in. ensure that you |
