mirror of
https://github.com/YunoHost-Apps/conduit_ynh.git
synced 2024-09-03 18:16:30 +02:00
Update README.md
typo error
This commit is contained in:
parent
5da7149f92
commit
69377cf823
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ turn_uris = ["turns:your.turn.url:5349?transport=udp", "turns:your.turn.url:5349
|
||||||
turn_username = "<YOUR_USERNAME>"
|
turn_username = "<YOUR_USERNAME>"
|
||||||
turn_password = "<YOUR_PASSWORD>"
|
turn_password = "<YOUR_PASSWORD>"
|
||||||
```
|
```
|
||||||
If your coturn (not Yunohost's one) don't use TLS, you might need to change alittle bit like :
|
If your coturn (not Yunohost's one) don't use TLS, you might need to change a little bit like :
|
||||||
```
|
```
|
||||||
turn_uris = ["turn:your.turn.url:5349?transport=udp", "turn:your.turn.url:5349?transport=tcp"]
|
turn_uris = ["turn:your.turn.url:5349?transport=udp", "turn:your.turn.url:5349?transport=tcp"]
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue