summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorcolumndeeply <columndeeply@proton.me>2022-10-15 09:47:12 +0200
committercolumndeeply <columndeeply@proton.me>2022-10-15 09:47:12 +0200
commitf9d5229b0ca8ec2e017f0ba6b91ecb15d7b324e7 (patch)
treeddb7f1659dfbbce925cb8d13c4acbafba324f53b /content
parent491fd2fa46da52b8cbe7d84b0f082ea52af2db5d (diff)
Add note on firewalls and ports
Diffstat (limited to 'content')
-rw-r--r--content/prosody.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/content/prosody.md b/content/prosody.md
index c32dfe1..51b455e 100644
--- a/content/prosody.md
+++ b/content/prosody.md
@@ -270,3 +270,9 @@ Remember that MUCs are kept on a separate subdomain that we created and
should\'ve gotten a certificate for above, for example,
`chat.example.org`. Chatrooms are created and referred to in the
following format: `#chatroomname@chat.example.org`.
+
+### Note on firewalls and opening ports
+
+If you use a firewall, you should open ports 5222 and 5281. The first one is needed for clients to be able to connect to your server. The second is only necessary if you are using the ‘http_upload' module for file sharing.
+
+A complete list of ports used by Prosody can be found [here] (https://prosody.im/doc/ports).