Open up port for Prosody HTTP uploads

This commit is contained in:
Basti 2018-09-04 14:10:39 +08:00
parent e6a3460a2c
commit 214e69427e
1 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,12 @@ firewall_rule 'mosh' do
command :allow
end
firewall_rule 'prosody_http_upload' do
port 5281
protocol :tcp
command :allow
end
firewall_rule 'hubot_express_hal8000' do
port 8080
protocol :tcp