Upgrade ejabberd from 23.10 to 25.08 #602

Merged
greg merged 7 commits from chore/upgrade_ejabberd into master 2025-09-21 11:03:39 +00:00
2 changed files with 7 additions and 7 deletions
Showing only changes of commit ea4713c654 - Show all commits

View File

@ -225,10 +225,3 @@ end
unless node.chef_environment == "development"
include_recipe "kosmos-ejabberd::firewall"
end
firewall_rule 'ejabberd_http' do
port [80]
source "10.1.1.0/24"
protocol :tcp
command :allow
end

View File

@ -35,3 +35,10 @@ firewall_rule 'ejabberd_turn' do
protocol :udp
command :allow
end
firewall_rule 'ejabberd_http' do
port [80]
source "10.1.1.0/24"
protocol :tcp
command :allow
end