ejabberd ports in docs
This commit is contained in:
parent
283f0572dd
commit
c70b0726ff
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue