summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
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..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).