coturn: Fix wrong DNS config for IPv6 (the CNAME pointed to the machine hosting Tricot, which is incorrect for TURN)

This commit is contained in:
Baptiste Jonglez 2025-04-12 12:34:26 +02:00
parent eb373986fb
commit 1d817399eb

View file

@ -54,7 +54,8 @@ job "coturn" {
name = "coturn"
tags = [
"coturn",
"d53-cname turn.deuxfleurs.fr",
"d53-a turn.deuxfleurs.fr",
"d53-aaaa turn.deuxfleurs.fr",
"(diplonat (tcp_port 3478) (udp_port 3478 49160 49161 49162 49163 49164 49165 49166 49167 49168 49169))",
]
port = "turn_ctrl"