Add Video Conferencing System 'alfaview'.
This commit is contained in:
@ -64,6 +64,14 @@ standard_jitsi_udp_port_range="10000:20000"
|
||||
standard_turn_service_ports="3478:3479,5349:5350"
|
||||
standard_turn_service_udp_ports="49152:65535"
|
||||
|
||||
# - alfaview - Video Conferencing Systems
|
||||
# -
|
||||
# - Note
|
||||
# - also tcp ports http/https needed to be open
|
||||
# -
|
||||
standard_alfaview_service_tcp_ports="5380:5390"
|
||||
standard_alfaview_service_udp_ports="5380:5390"
|
||||
|
||||
# -------------
|
||||
# --- Predefined Ports
|
||||
# -------------
|
||||
|
@ -842,6 +842,16 @@ jitsi_tcp_ports="$standard_jitsi_tcp_ports"
|
||||
jitsi_udp_port_range="$standard_jitsi_udp_port_range"
|
||||
|
||||
|
||||
# ======
|
||||
# - alfaview - Video Conferencing Systems
|
||||
# ======
|
||||
|
||||
# - alfaview Service Ports
|
||||
# -
|
||||
alfaview_tcp_ports="$standard_alfaview_service_tcp_ports"
|
||||
alfaview_udp_ports="$standard_alfaview_service_udp_ports"
|
||||
|
||||
|
||||
# ======
|
||||
# - TURN Server (Stun Server) (for Nextcloud 'talk' app)
|
||||
# ======
|
||||
@ -1320,6 +1330,7 @@ allow_remote_console_request_out=true
|
||||
allow_mumble_request_out=true
|
||||
allow_bigbluebutton_video_conference_out=true
|
||||
allow_jitsi_video_conference_out=true
|
||||
allow_alfaview_video_conference_out=true
|
||||
allow_nc_talk_out=true
|
||||
|
||||
allow_samba_requests_out=true
|
||||
|
@ -816,6 +816,16 @@ jitsi_tcp_ports="$standard_jitsi_tcp_ports"
|
||||
jitsi_udp_port_range="$standard_jitsi_udp_port_range"
|
||||
|
||||
|
||||
# ======
|
||||
# - alfaview - Video Conferencing Systems
|
||||
# ======
|
||||
|
||||
# - alfaview Service Ports
|
||||
# -
|
||||
alfaview_tcp_ports="$standard_alfaview_service_tcp_ports"
|
||||
alfaview_udp_ports="$standard_alfaview_service_udp_ports"
|
||||
|
||||
|
||||
# ======
|
||||
# - TURN Server (Stun Server) (for Nextcloud 'talk' app)
|
||||
# ======
|
||||
|
Reference in New Issue
Block a user