Add support for NC's Talk App (only client).
This commit is contained in:
@ -54,6 +54,11 @@ standard_mailuser_ports="587,465,110,995,143,993"
|
||||
standard_jitsi_tcp_ports="$standard_http_ports"
|
||||
standard_jitsi_udp_port_range="10000:20000"
|
||||
|
||||
# - TURN Server (Stun Server) (for Nextcloud 'talk' app)
|
||||
# -
|
||||
standard_turn_service_ports="3478:3479,5349:5350"
|
||||
standard_turn_service_udp_ports="49152:65535"
|
||||
|
||||
# -------------
|
||||
# --- Predefined Ports
|
||||
# -------------
|
||||
|
@ -817,8 +817,26 @@ local_jitsi_video_conference_service=false
|
||||
# -
|
||||
# - UDP 10000-20000: Virtual Media for Remote Console
|
||||
# -
|
||||
jitsi_tcp_ports="$standard_http_ports"
|
||||
jitsi_udp_ports="10000:20000"
|
||||
jitsi_tcp_ports="$standard_jitsi_tcp_ports"
|
||||
jitsi_udp_port_range="$standard_jitsi_udp_port_range"
|
||||
|
||||
|
||||
# ======
|
||||
# - TURN Server (Stun Server) (for Nextcloud 'talk' app)
|
||||
# ======
|
||||
|
||||
# - TURN Server (Stun Server) (for Nextcloud 'talk' app)
|
||||
# -
|
||||
# - NOT YET IMPLEMENTED
|
||||
# -
|
||||
local_nc_turn_service=""
|
||||
|
||||
# - Ports used by local TURN Server (Stun Server)
|
||||
# -
|
||||
# - comma separated list
|
||||
# -
|
||||
nc_turn_ports="$standard_turn_service_ports"
|
||||
nc_turn_udp_ports="$standard_turn_service_udp_ports"
|
||||
|
||||
|
||||
# ======
|
||||
@ -1280,6 +1298,7 @@ allow_ipmi_request_out=true
|
||||
allow_remote_console_request_out=true
|
||||
allow_mumble_request_out=true
|
||||
allow_jitsi_video_conference_out=true
|
||||
allow_nc_talk_out=true
|
||||
|
||||
allow_samba_requests_out=true
|
||||
|
||||
|
@ -791,8 +791,26 @@ local_jitsi_video_conference_service=false
|
||||
# -
|
||||
# - comma separated list
|
||||
# -
|
||||
jitsi_tcp_ports="$standard_http_ports"
|
||||
jitsi_udp_port_range="10000:20000"
|
||||
jitsi_tcp_ports="$standard_jitsi_tcp_ports"
|
||||
jitsi_udp_port_range="$standard_jitsi_udp_port_range"
|
||||
|
||||
|
||||
# ======
|
||||
# - TURN Server (Stun Server) (for Nextcloud 'talk' app)
|
||||
# ======
|
||||
|
||||
# - TURN Server (Stun Server) (for Nextcloud 'talk' app)
|
||||
# -
|
||||
# - NOT YET IMPLEMENTED
|
||||
# -
|
||||
local_nc_turn_service=""
|
||||
|
||||
# - Ports used by local TURN Server (Stun Server)
|
||||
# -
|
||||
# - comma separated list
|
||||
# -
|
||||
nc_turn_ports="$standard_turn_service_ports"
|
||||
nc_turn_udp_ports="$standard_turn_service_udp_ports"
|
||||
|
||||
|
||||
# ======
|
||||
@ -1223,6 +1241,7 @@ allow_ipmi_request_out=true
|
||||
allow_remote_console_request_out=true
|
||||
allow_mumble_request_out=true
|
||||
allow_jitsi_video_conference_out=true
|
||||
allow_nc_talk_out=true
|
||||
|
||||
allow_samba_requests_out=true
|
||||
|
||||
|
Reference in New Issue
Block a user