1
0
Fork 0
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:
Thatoo 2024-03-16 15:00:01 +01:00 committed by GitHub
parent 5da7149f92
commit 69377cf823
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"]
``` ```