summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-10-15 19:26:07 +0000
committerGitHub <noreply@github.com>2022-10-15 19:26:07 +0000
commit938423edbe68eeea36a5068a03fee69d6a3d51f0 (patch)
tree3c9056db5e69d97b6bf274aecd7e0c9b994a6ef0
parent491fd2fa46da52b8cbe7d84b0f082ea52af2db5d (diff)
parentb50ce65c9368e89b58f7781aad34ebafab4392f3 (diff)
Merge pull request #243 from columndeeply/prosody-ports
[prosody] Add note regarding firewalls
-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..7210e2c 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).