fix(stacks): coturn annonce la bonne IP et publie 3478 en UDP

`external-ip` pointait sur 91.121.90.228, l'adresse d'admin.opytex.org, alors
que la stack tourne sur chioggia (188.165.240.182) : coturn annonçait aux
clients une machine qui n'écoute rien sur ces ports.

3478 n'était par ailleurs publié qu'en TCP, alors qu'un client TURN tente
l'UDP en premier. Les deux défauts se cumulaient, le relais était inopérant.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-19 17:48:23 +02:00
parent 0584856ea3
commit 1c05fd3578
3 changed files with 23 additions and 15 deletions

View File

@@ -11,4 +11,4 @@ min-port=49160
max-port=49200
verbose
allow-loopback-peers
external-ip=91.121.90.228
external-ip=188.165.240.182