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:
@@ -76,7 +76,7 @@ listen:
|
||||
captcha: false
|
||||
-
|
||||
port: 3478
|
||||
transport: udp
|
||||
transport: tcp
|
||||
module: ejabberd_stun
|
||||
auth_realm: <%= @stun_auth_realm %>
|
||||
use_turn: true
|
||||
|
||||
Reference in New Issue
Block a user