From 555427cba14270679c3c3747cb209f840dab6e01 Mon Sep 17 00:00:00 2001 From: pedro Date: Thu, 5 May 2022 00:25:27 +0200 Subject: [PATCH] init cdist for jibri (see details) - processed partially part of the init session on 2022-04-27 - processed all content suggested by @evilham on 2022-04-28 --- type/__jitsi_meet/files/ufw | 1 + 1 file changed, 1 insertion(+) diff --git a/type/__jitsi_meet/files/ufw b/type/__jitsi_meet/files/ufw index 761d820..3ac8c4f 100644 --- a/type/__jitsi_meet/files/ufw +++ b/type/__jitsi_meet/files/ufw @@ -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'