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:
parent
eb373986fb
commit
1d817399eb
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue