Update xb000-0 ejabberd configuration file from version 5.0.0.7 to 6.0.0.11.
This commit is contained in:
parent
dc5c648baf
commit
e7b6a2ec70
@ -1,10 +1,10 @@
|
|||||||
# Inferencium - xb000-0
|
# Inferencium - xb000-0
|
||||||
# ejabberd - Configuration
|
# ejabberd - Configuration
|
||||||
|
|
||||||
# Copyright 2022-2023 Jake Winters
|
# Copyright 2022 Jake Winters
|
||||||
# SPDX-License-Identifier: BSD-3-Clause-Clear
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Version: 5.0.0.7
|
# Version: 6.0.0.11
|
||||||
|
|
||||||
|
|
||||||
# Hosts
|
# Hosts
|
||||||
@ -26,14 +26,14 @@ language: en
|
|||||||
## Passwords
|
## Passwords
|
||||||
auth_password_format: scram
|
auth_password_format: scram
|
||||||
auth_scram_hash: sha256
|
auth_scram_hash: sha256
|
||||||
### Upgrade password hashes to SHA-512 when possible. Currently infeasible due to current users
|
### Upgrade password hashes to SHA-512 when possible; currently infeasible due to current users
|
||||||
### having passwords created using SHA-256.
|
### having passwords created using SHA-256.
|
||||||
#auth_scram_hash: sha512
|
#auth_scram_hash: sha512
|
||||||
|
|
||||||
## Server-to-Server
|
## Server-to-Server
|
||||||
s2s_dhfile: "/etc/ssl/inferencium.net/dh-3072.pem"
|
s2s_dhfile: "/etc/ssl/inferencium.net/dh-3072.pem"
|
||||||
s2s_ciphers:
|
s2s_ciphers:
|
||||||
- "ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256"
|
- "ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256"
|
||||||
s2s_protocol_options:
|
s2s_protocol_options:
|
||||||
- no_sslv2
|
- no_sslv2
|
||||||
- no_sslv3
|
- no_sslv3
|
||||||
@ -72,7 +72,7 @@ listen:
|
|||||||
- no_sslv3
|
- no_sslv3
|
||||||
- no_tlsv1
|
- no_tlsv1
|
||||||
- no_tlsv1_1
|
- no_tlsv1_1
|
||||||
ciphers: "ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256"
|
ciphers: "ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256"
|
||||||
starttls: true
|
starttls: true
|
||||||
starttls_required: true
|
starttls_required: true
|
||||||
tls_compression: false
|
tls_compression: false
|
||||||
@ -90,7 +90,7 @@ listen:
|
|||||||
- no_sslv3
|
- no_sslv3
|
||||||
- no_tlsv1
|
- no_tlsv1
|
||||||
- no_tlsv1_1
|
- no_tlsv1_1
|
||||||
ciphers: "ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256"
|
ciphers: "ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256"
|
||||||
tls_compression: false
|
tls_compression: false
|
||||||
max_stanza_size: 262144
|
max_stanza_size: 262144
|
||||||
shaper: c2s_shaper
|
shaper: c2s_shaper
|
||||||
|
Loading…
x
Reference in New Issue
Block a user