mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Fix example: turn_ip must be specified as string
This commit is contained in:
parent
173d9761ca
commit
a7f578089a
@ -2083,7 +2083,7 @@ listen:
|
||||
port: 3478
|
||||
transport: udp
|
||||
use_turn: true
|
||||
turn_ip: 10.20.30.1
|
||||
turn_ip: "10.20.30.1"
|
||||
module: ejabberd_stun
|
||||
...
|
||||
\end{verbatim}
|
||||
|
Loading…
Reference in New Issue
Block a user