ejabberd ports in docs

This commit is contained in:
tavo-wasd 2023-10-24 10:49:22 -06:00
parent 283f0572dd
commit c70b0726ff

View file

@ -2,6 +2,7 @@
These are the ports needed for ejabberd to work. These are the ports needed for ejabberd to work.
Ports 80 and 443 are needed for deploying and SSL certificate with certbot. 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 ```shell
declare -a ports=("80" "443" "5222" "5223" "5269" "5280" "5443" "1883" "8883" "3478" "5349" "7777") declare -a ports=("80" "443" "5222" "5223" "5269" "5280" "5443" "1883" "8883" "3478" "5349" "7777")