| 
				
			 | 
			
			
				@@ -171,6 +171,7 @@ function remove_jitsi { 
			 | 
		
	
		
			
			| 
				171
			 | 
			
				171
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				172
			 | 
			
				172
			 | 
			
			
				     # remove videobridge 
			 | 
		
	
		
			
			| 
				173
			 | 
			
				173
			 | 
			
			
				     firewall_remove ${VIDEOBRIDGE_PORT} 
			 | 
		
	
		
			
			| 
				
			 | 
			
				174
			 | 
			
			
				+    firewall_remove "10000:20000" 
			 | 
		
	
		
			
			| 
				174
			 | 
			
				175
			 | 
			
			
				     apt-get -yq remove --purge jitsi-videobridge jicofo jitsi-meet jitsi-meet-prosody 
			 | 
		
	
		
			
			| 
				175
			 | 
			
				176
			 | 
			
			
				     if [ -d /etc/jitsi ]; then 
			 | 
		
	
		
			
			| 
				176
			 | 
			
				177
			 | 
			
			
				         rm -rf /etc/jitsi 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -243,6 +244,7 @@ function install_jitsi { 
			 | 
		
	
		
			
			| 
				243
			 | 
			
				244
			 | 
			
			
				         exit 63983 
			 | 
		
	
		
			
			| 
				244
			 | 
			
				245
			 | 
			
			
				     fi 
			 | 
		
	
		
			
			| 
				245
			 | 
			
				246
			 | 
			
			
				     firewall_add videobridge ${VIDEOBRIDGE_PORT} 
			 | 
		
	
		
			
			| 
				
			 | 
			
				247
			 | 
			
			
				+    firewall_add_range videobridge 10000 20000 udp 
			 | 
		
	
		
			
			| 
				246
			 | 
			
				248
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				247
			 | 
			
				249
			 | 
			
			
				     # meet 
			 | 
		
	
		
			
			| 
				248
			 | 
			
				250
			 | 
			
			
				     debconf-set-selections <<< "jitsi-meet jitsi-meet/cert-choice multiselect 1" 
			 |