Use TCP for TLS connections
This commit is contained in:
parent
8a97ebf4f8
commit
ed998fc1d3
@ -37,7 +37,7 @@ end
|
|||||||
|
|
||||||
firewall_rule 'ejabberd_stun_turn_tls' do
|
firewall_rule 'ejabberd_stun_turn_tls' do
|
||||||
port node["ejabberd"]["stun_turn_port_tls"]
|
port node["ejabberd"]["stun_turn_port_tls"]
|
||||||
protocol :udp
|
protocol :tcp
|
||||||
command :allow
|
command :allow
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -242,7 +242,7 @@ modules:
|
|||||||
host: <%= @turn_domain %>
|
host: <%= @turn_domain %>
|
||||||
port: <%= @stun_turn_port_tls %>
|
port: <%= @stun_turn_port_tls %>
|
||||||
type: stuns
|
type: stuns
|
||||||
transport: udp
|
transport: tcp
|
||||||
restricted: false
|
restricted: false
|
||||||
-
|
-
|
||||||
host: <%= @turn_domain %>
|
host: <%= @turn_domain %>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user