diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-10-31 21:36:39 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-10-31 21:36:39 -0400 |
commit | 2c9845db4bc00221bc3c2343a020208f7f532166 (patch) | |
tree | 843bc24a1bbf2cad33c4bdc8a17c3d0d838fceb4 /files/usr/local/etc/prosody/prosody.cfg.lua.xmpp_server | |
parent | 7eb111136453d0e8d8451d7dd85ba9892318f294 (diff) | |
download | infrastructure-2c9845db4bc00221bc3c2343a020208f7f532166.tar.gz |
many fixes
Diffstat (limited to 'files/usr/local/etc/prosody/prosody.cfg.lua.xmpp_server')
-rw-r--r-- | files/usr/local/etc/prosody/prosody.cfg.lua.xmpp_server | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/files/usr/local/etc/prosody/prosody.cfg.lua.xmpp_server b/files/usr/local/etc/prosody/prosody.cfg.lua.xmpp_server index 083a6ce..7936cac 100644 --- a/files/usr/local/etc/prosody/prosody.cfg.lua.xmpp_server +++ b/files/usr/local/etc/prosody/prosody.cfg.lua.xmpp_server @@ -47,6 +47,8 @@ reload_modules = { "groups", "tls" } groups_file = "${prosody_roster_path}" s2s_secure_auth = true +c2s_direct_tls_ports = { ${prosody_c2s_tls_port} } +s2s_direct_tls_ports = { ${prosody_s2s_tls_port} } limits = { c2s = { |