瀏覽代碼

Update quick-install.md (#5819)

Add information about firewall ports.
j8
Neil Brown 5 年之前
父節點
當前提交
a876f78fd7
No account linked to committer's email address
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8
    0
      doc/quick-install.md

+ 8
- 0
doc/quick-install.md 查看文件

@@ -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…
取消
儲存