瀏覽代碼

Updates nat config and uninstall part in qi guide.

master
damencho 5 年之前
父節點
當前提交
08ab513d4e
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4
    3
      doc/quick-install.md

+ 4
- 3
doc/quick-install.md 查看文件

@@ -61,13 +61,14 @@ Simply run the following in your shell:
61 61
 Note that this script uses the [HTTP-01 challenge type](https://letsencrypt.org/docs/challenge-types/) and thus your instance needs to be accessible from the public internet. If you want to use a different challenge type, don't use this script and instead choose ___I want to use my own certificate___ during jitsi-meet installation.
62 62
 
63 63
 #### Advanced configuration
64
-If the installation is on a machine [behind NAT](https://github.com/jitsi/jitsi-meet/blob/master/doc/faq.md) further configuration of jitsi-videobridge is needed in order for it to be accessible from outside.
64
+If the installation is on a machine [behind NAT](https://github.com/jitsi/jitsi-meet/blob/master/doc/faq.md) jitsi-videobridge should configure itself automatically on boot. If three way call does not work further configuration of jitsi-videobridge is needed in order for it to be accessible from outside.
65 65
 Provided that all required ports are routed (forwarded) to the machine that it runs on. By default these ports are (TCP/443 or TCP/4443 and UDP/10000).
66
-The following extra lines need to be added the file `/etc/jitsi/videobridge/sip-communicator.properties`:
66
+The following extra lines need to be added to the file `/etc/jitsi/videobridge/sip-communicator.properties`:
67 67
 ```
68 68
 org.ice4j.ice.harvest.NAT_HARVESTER_LOCAL_ADDRESS=<Local.IP.Address>
69 69
 org.ice4j.ice.harvest.NAT_HARVESTER_PUBLIC_ADDRESS=<Public.IP.Address>
70 70
 ```
71
+And comment the existing `org.ice4j.ice.harvest.STUN_MAPPING_HARVESTER_ADDRESSES`.
71 72
 See [the documentation of ice4j](https://github.com/jitsi/ice4j/blob/master/doc/configuration.md)
72 73
 for details.
73 74
 
@@ -119,7 +120,7 @@ Enjoy!
119 120
 ## Uninstall
120 121
 
121 122
 ```sh
122
-apt-get purge jigasi jitsi-meet jitsi-meet-web-config jitsi-meet-prosody jitsi-meet-turnserver jitsi-meet-web jicofo jitsi-videobridge
123
+apt-get purge jigasi jitsi-meet jitsi-meet-web-config jitsi-meet-prosody jitsi-meet-turnserver jitsi-meet-web jicofo jitsi-videobridge2
123 124
 ```
124 125
 
125 126
 Sometimes the following packages will fail to uninstall properly:

Loading…
取消
儲存