Remove an IPFS port from the ejabberd firewall

This commit is contained in:
Greg Karékinian 2019-03-15 12:30:56 +01:00
parent 41db5b2b73
commit b30dcab4da

View File

@ -10,7 +10,7 @@
# Temporary extra rules for Andromeda # Temporary extra rules for Andromeda
firewall_rule 'ejabberd' do firewall_rule 'ejabberd' do
port [5222, 5269, 5280, 5443, 5444] port [5222, 5269, 5280, 5443]
protocol :tcp protocol :tcp
command :allow command :allow
end end