From f9d5229b0ca8ec2e017f0ba6b91ecb15d7b324e7 Mon Sep 17 00:00:00 2001 From: columndeeply Date: Sat, 15 Oct 2022 09:47:12 +0200 Subject: Add note on firewalls and ports --- content/prosody.md | 6 ++++++ 1 file changed, 6 insertions(+) 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). -- cgit v1.2.3 From b50ce65c9368e89b58f7781aad34ebafab4392f3 Mon Sep 17 00:00:00 2001 From: columndeeply Date: Sat, 15 Oct 2022 09:48:33 +0200 Subject: Fix typo --- content/prosody.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/prosody.md b/content/prosody.md index 51b455e..7210e2c 100644 --- a/content/prosody.md +++ b/content/prosody.md @@ -275,4 +275,4 @@ following format: `#chatroomname@chat.example.org`. 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). +A complete list of ports used by Prosody can be found [here](https://prosody.im/doc/ports). -- cgit v1.2.3