Use TCP for TLS connections

This commit is contained in:
2023-12-18 13:22:34 +01:00
parent 8a97ebf4f8
commit ed998fc1d3
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