Configure STUN/TURN
Configures built-in STUN/TURN support, and adds the new service discovery module for it.
This commit is contained in:
@@ -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
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user