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
This commit is contained in:
parent
02d35fcf18
commit
555427cba1
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
# Setup firewall
|
# Setup firewall
|
||||||
__ufw
|
__ufw
|
||||||
|
require="__ufw" __ufw_rule ssh --rule 'allow 22/tcp'
|
||||||
# Allow jitsi ports
|
# Allow jitsi ports
|
||||||
require="__ufw" __ufw_rule http --rule 'allow 80/tcp'
|
require="__ufw" __ufw_rule http --rule 'allow 80/tcp'
|
||||||
require="__ufw" __ufw_rule https --rule 'allow 443/tcp'
|
require="__ufw" __ufw_rule https --rule 'allow 443/tcp'
|
||||||
|
|
Loading…
Reference in a new issue