1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jitsi_ynh.git synced 2024-09-03 19:35:57 +02:00

Fix metronome

This commit is contained in:
yalh76 2020-06-18 02:54:47 +02:00
parent 175ceb7654
commit 516d3598ed

View file

@ -91,9 +91,9 @@ VirtualHost "__DOMAIN__"
external_services = { external_services = {
["__DOMAIN__"] = { ["__DOMAIN__"] = {
{ type = "stun", port = "4446", trasport = "udp" }, { type = "stun", port = "4446", trasport = "udp" },
{ type = "stun", port = "4446", trasport = "tcp" } { type = "stun", port = "4446", trasport = "tcp" },
{ type = "turn", port = "4446", transport = "udp", turn_secret = "__TURN_SECRET__", turn_ttl = "86400" }, { type = "turn", port = "4446", transport = "udp", turn_secret = "__TURN_SECRET__", turn_ttl = "86400" },
{ type = "turns", port = "443", transport = "tcp", turn_secret = "__TURN_SECRET__", turn_ttl = "86400" }, { type = "turns", port = "443", transport = "tcp", turn_secret = "__TURN_SECRET__", turn_ttl = "86400" }
} }
} }