Configure STUN/TURN

Configures built-in STUN/TURN support, and adds the new service discovery
module for it.
This commit is contained in:
2020-05-01 16:25:38 +02:00
parent 35a56aa221
commit ef2fa2da72
2 changed files with 14 additions and 0 deletions

View File

@@ -200,6 +200,12 @@ unless node.chef_environment == "development"
protocol :tcp
command :allow
end
firewall_rule 'ejabberd_stun_turn' do
port 3478
protocol :udp
command :allow
end
end
#