aboutsummaryrefslogtreecommitdiff
path: root/vars/hostclass/xmpp_server
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2024-10-31 21:36:39 -0400
committerCullum Smith <cullum@sacredheartsc.com>2024-10-31 21:36:39 -0400
commit2c9845db4bc00221bc3c2343a020208f7f532166 (patch)
tree843bc24a1bbf2cad33c4bdc8a17c3d0d838fceb4 /vars/hostclass/xmpp_server
parent7eb111136453d0e8d8451d7dd85ba9892318f294 (diff)
downloadinfrastructure-2c9845db4bc00221bc3c2343a020208f7f532166.tar.gz
many fixes
Diffstat (limited to 'vars/hostclass/xmpp_server')
-rw-r--r--vars/hostclass/xmpp_server6
1 files changed, 5 insertions, 1 deletions
diff --git a/vars/hostclass/xmpp_server b/vars/hostclass/xmpp_server
index 204d1ba..8a3a20c 100644
--- a/vars/hostclass/xmpp_server
+++ b/vars/hostclass/xmpp_server
@@ -1,5 +1,9 @@
#!/bin/sh
+prosody_c2s_tls_port=5223
+prosody_s2s_tls_port=5270
+
+allowed_tcp_ports="ssh http https xmpp-client xmpp-server ${prosody_c2s_tls_port} ${prosody_s2s_tls_port}"
acme=true
-allowed_tcp_ports='ssh http https xmpp-client xmpp-server'
nginx_public=true
+