Set up coturn, switch from ejabberd in production #532

Merged
raucao merged 6 commits from feature/coturn into master 2024-02-04 13:46:51 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ed998fc1d3 - Show all commits

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 %>