Procházet zdrojové kódy

Merge pull request #446 from skoal/master

Jitsi related firewall and port changes
pull/448/head
Slavi Pantaleev před 5 roky
committed by GitHub
rodič
revize
2f601a4aee
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +1
    -1
      docs/prerequisites.md
  2. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
docs/prerequisites.md Zobrazit soubor

@@ -16,6 +16,6 @@


- properly configured DNS records for `<your-domain>` (details in [Configuring DNS](configuring-dns.md)) - properly configured DNS records for `<your-domain>` (details in [Configuring DNS](configuring-dns.md))


- some TCP/UDP ports open. This playbook configures the server's internal firewall for you. In most cases, you don't need to do anything special. But **if your server is running behind another firewall**, you'd need to open these ports: `80/tcp` (HTTP webserver), `443/tcp` (HTTPS webserver), `3478/tcp` (TURN over TCP), `3478/udp` (TURN over UDP), `5349/tcp` (TURN over TCP), `5349/udp` (TURN over UDP), `8448/tcp` (Matrix Federation API HTTPS webserver), the range `49152-49172/udp` (TURN over UDP).
- some TCP/UDP ports open. This playbook configures the server's internal firewall for you. In most cases, you don't need to do anything special. But **if your server is running behind another firewall**, you'd need to open these ports: `80/tcp` (HTTP webserver), `443/tcp` (HTTPS webserver), `3478/tcp` (TURN over TCP), `3478/udp` (TURN over UDP), `5349/tcp` (TURN over TCP), `5349/udp` (TURN over UDP), `8448/tcp` (Matrix Federation API HTTPS webserver), the range `49152-49172/udp` (TURN over UDP), `4443/tcp` (Jitsi Harvester fallback), `10000/udp` (Jitsi video RTP)


When ready to proceed, continue with [Configuring DNS](configuring-dns.md). When ready to proceed, continue with [Configuring DNS](configuring-dns.md).

+ 1
- 1
group_vars/matrix_servers Zobrazit soubor

@@ -443,7 +443,7 @@ matrix_jitsi_jvb_auth_password: "{{ matrix_synapse_macaroon_secret_key | passwor
matrix_jitsi_web_stun_servers: | matrix_jitsi_web_stun_servers: |
{{ {{
[ [
'stun:' + matrix_server_fqn_matrix + ':5349',
'turns:' + matrix_server_fqn_matrix + ':5349',
'stun:' + matrix_server_fqn_matrix + ':3478', 'stun:' + matrix_server_fqn_matrix + ':3478',
] ]
if matrix_coturn_enabled if matrix_coturn_enabled


Načítá se…
Zrušit
Uložit