Add Jitsi Video Conferencing Service.

This commit is contained in:
2020-03-17 22:43:03 +01:00
parent 5ea1b0acbd
commit 93856c8fb3
4 changed files with 40 additions and 1 deletions

View File

@ -392,6 +392,19 @@ forward_mumble_server_ips=""
mumble_ports="$standard_mumble_port"
# - Jitsi Video Conferencing Server
# -
jitsi_server_ips=""
forward_jitsi_server_ips=""
# - Jitsi (incomming) Ports
# -
# - comma separated list of ports/port ranges)
# -
jitsi_tcp_ports="$standard_http_ports"
jitsi_udp_port_range="1000:2000"
# - TFTP Server
# -
# - NOT YET IMPLEMENTED