Explorar el Código

Update quick-install.md (#5819)

Add information about firewall ports.
j8
Neil Brown hace 5 años
padre
commit
a876f78fd7
No account linked to committer's email address
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8
    0
      doc/quick-install.md

+ 8
- 0
doc/quick-install.md Ver fichero

@@ -25,6 +25,14 @@ Finally on the same machine test that you can ping the FQDN with: `ping "$(hostn
25 25
 echo 'deb https://download.jitsi.org stable/' >> /etc/apt/sources.list.d/jitsi-stable.list
26 26
 wget -qO -  https://download.jitsi.org/jitsi-key.gpg.key | sudo apt-key add -
27 27
 ```
28
+### Open ports in your firewall
29
+
30
+Open the following ports in your firewall, to allow traffic to the machine running jitsi:
31
+
32
+ - 80 TCP
33
+ - 443 TCP
34
+ - 10000 UDP
35
+
28 36
 
29 37
 ### Install Jitsi Meet
30 38
 

Loading…
Cancelar
Guardar