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