瀏覽代碼

Explain the option of manually defining your public IP in the documentation for Coturn

I was very surprised by the fact that a rather important configuration for coturn was "hidden" in the Hosts file, but not mentioned here. 

Therefore my suggestion is to explicitly mention it here, as I believe that is that natural for people to look.
pull/2784/head
QEDeD 2 年之前
committed by GitHub
父節點
當前提交
036c823a06
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 7 行新增0 行删除
  1. +7
    -0
      docs/configuring-playbook-turn.md

+ 7
- 0
docs/configuring-playbook-turn.md 查看文件

@@ -15,6 +15,13 @@ matrix_coturn_enabled: false

In that case, Synapse would not point to any Coturn servers and audio/video call functionality may fail.

## Manually defining your public IP
In the `hosts` file we explicitly ask for your server's external IP address when defining `ansible_host`, because the same value is used for configuring Coturn.
If you'd rather use a local IP for `ansible_host`, make sure to set up `matrix_coturn_turn_external_ip_address` replacing `YOUR_PUBLIC_IP` with the pubic IP used by the server.

```yaml
matrix_coturn_turn_external_ip_address: "YOUR_PUBLIC_IP"
```

## Using your own external Coturn server



Loading…
取消
儲存