Quellcode durchsuchen

Update quick-install.md (#5819)

Add information about firewall ports.
j8
Neil Brown vor 5 Jahren
Ursprung
Commit
a876f78fd7
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 8 neuen und 0 gelöschten Zeilen
  1. 8
    0
      doc/quick-install.md

+ 8
- 0
doc/quick-install.md Datei anzeigen

@@ -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
 

Laden…
Abbrechen
Speichern