Do not ask everyone to whitelist Jitsi ports

It's an optional service, so we shouldn't bother most people with it.
This commit is contained in:
Slavi Pantaleev
2021-04-21 14:48:54 +03:00
parent d691cc0920
commit c95ca4badc
2 changed files with 2 additions and 3 deletions

View File

@ -13,8 +13,8 @@ Before installing Jitsi, make sure you've created the `jitsi.DOMAIN` DNS record.
You may also need to open the following ports to your server:
- `10000/udp` - RTP media over UDP
- `4443/tcp` - RTP media fallback over TCP
- `10000/udp` - RTP media over UDP. Depending on your firewall/NAT setup, incoming RTP packets on port `10000` may have the external IP of your firewall as destination address, due to the usage of STUN in JVB (see [`matrix_jitsi_jvb_stun_servers`](../roles/matrix-jitsi/defaults/main.yml)).
## Installation