From c70b0726ff61ebe4359e4f453fbbf4227c0938ca Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Tue, 24 Oct 2023 10:49:22 -0600 Subject: [PATCH] ejabberd ports in docs --- self_hosting/services/ejabberd/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/self_hosting/services/ejabberd/README.md b/self_hosting/services/ejabberd/README.md index f896dca..55758e1 100644 --- a/self_hosting/services/ejabberd/README.md +++ b/self_hosting/services/ejabberd/README.md @@ -2,6 +2,7 @@ These are the ports needed for ejabberd to work. Ports 80 and 443 are needed for deploying and SSL certificate with certbot. +Read more about ports in [ejabberd's docs](https://docs.ejabberd.im/admin/guide/security) ```shell declare -a ports=("80" "443" "5222" "5223" "5269" "5280" "5443" "1883" "8883" "3478" "5349" "7777")