From 1d817399eb9f7fbb65baabb2b66707cd68364638 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Sat, 12 Apr 2025 12:34:26 +0200 Subject: [PATCH] coturn: Fix wrong DNS config for IPv6 (the CNAME pointed to the machine hosting Tricot, which is incorrect for TURN) --- cluster/prod/app/coturn/deploy/coturn.hcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cluster/prod/app/coturn/deploy/coturn.hcl b/cluster/prod/app/coturn/deploy/coturn.hcl index 8b29d8f..f693125 100644 --- a/cluster/prod/app/coturn/deploy/coturn.hcl +++ b/cluster/prod/app/coturn/deploy/coturn.hcl @@ -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"