[__jitsi_meet] Allow ssh on ufw #23

Closed
pedro wants to merge 1 commits from pedro/cdist-contrib-pedro-fork:bugfix_jitsi_meet_ufw_ssh into master
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
# Setup firewall
__ufw
require="__ufw" __ufw_rule ssh --rule 'allow 22/tcp'
# Allow jitsi ports
require="__ufw" __ufw_rule http --rule 'allow 80/tcp'
require="__ufw" __ufw_rule https --rule 'allow 443/tcp'