[__jitsi_meet] Allow ssh on ufw

This commit is contained in:
pedro 2022-05-08 20:57:53 +02:00
parent 1791d35f84
commit d4f08c8268
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'