Move TURN port to a different range

It landed on a port used by PostgreSQL. Also switch STUN/TURN to TCP
because HAProxy does not support UDP.

Closes #240
This commit is contained in:
Greg Karékinian
2020-11-25 16:28:13 +01:00
parent 7636f6ed19
commit 085bd8abd5
3 changed files with 5 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ listen:
captcha: false
-
port: 3478
transport: udp
transport: tcp
module: ejabberd_stun
auth_realm: <%= @stun_auth_realm %>
use_turn: true