Use TCP for TLS connections

This commit is contained in:
Râu Cao 2023-12-18 13:22:34 +01:00
parent 8a97ebf4f8
commit ed998fc1d3
Signed by: raucao
GPG Key ID: 37036C356E56CC51
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ end
firewall_rule 'ejabberd_stun_turn_tls' do
port node["ejabberd"]["stun_turn_port_tls"]
protocol :udp
protocol :tcp
command :allow
end

View File

@ -242,7 +242,7 @@ modules:
host: <%= @turn_domain %>
port: <%= @stun_turn_port_tls %>
type: stuns
transport: udp
transport: tcp
restricted: false
-
host: <%= @turn_domain %>