Add jitsi udp port range
This commit is contained in:
parent
b6a68fedb2
commit
20c11daa76
|
@ -171,6 +171,7 @@ function remove_jitsi {
|
||||||
|
|
||||||
# remove videobridge
|
# remove videobridge
|
||||||
firewall_remove ${VIDEOBRIDGE_PORT}
|
firewall_remove ${VIDEOBRIDGE_PORT}
|
||||||
|
firewall_remove "10000:20000"
|
||||||
apt-get -yq remove --purge jitsi-videobridge jicofo jitsi-meet jitsi-meet-prosody
|
apt-get -yq remove --purge jitsi-videobridge jicofo jitsi-meet jitsi-meet-prosody
|
||||||
if [ -d /etc/jitsi ]; then
|
if [ -d /etc/jitsi ]; then
|
||||||
rm -rf /etc/jitsi
|
rm -rf /etc/jitsi
|
||||||
|
@ -243,6 +244,7 @@ function install_jitsi {
|
||||||
exit 63983
|
exit 63983
|
||||||
fi
|
fi
|
||||||
firewall_add videobridge ${VIDEOBRIDGE_PORT}
|
firewall_add videobridge ${VIDEOBRIDGE_PORT}
|
||||||
|
firewall_add_range videobridge 10000 20000 udp
|
||||||
|
|
||||||
# meet
|
# meet
|
||||||
debconf-set-selections <<< "jitsi-meet jitsi-meet/cert-choice multiselect 1"
|
debconf-set-selections <<< "jitsi-meet jitsi-meet/cert-choice multiselect 1"
|
||||||
|
|
Loading…
Reference in New Issue