소스 검색

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…
취소
저장