Merge branch 'master' of git.oopen.de:firewall/ipt-server
This commit is contained in:
commit
cf999b48fc
@ -49,10 +49,16 @@ standard_ipsec_nat_t=4500
|
|||||||
standard_http_ports="80,443"
|
standard_http_ports="80,443"
|
||||||
standard_mailuser_ports="587,465,110,995,143,993"
|
standard_mailuser_ports="587,465,110,995,143,993"
|
||||||
|
|
||||||
|
# - Dovecot Service
|
||||||
|
# -
|
||||||
|
dovecot_external_auth_port="44444"
|
||||||
|
|
||||||
# - Jitsi Video Conference Service
|
# - Jitsi Video Conference Service
|
||||||
# -
|
# -
|
||||||
standard_jitsi_tcp_ports="$standard_http_ports"
|
standard_jitsi_tcp_ports="$standard_http_ports"
|
||||||
standard_jitsi_udp_port_range="10000:20000"
|
standard_jitsi_udp_port_range="10000:20000"
|
||||||
|
default_jitsi_dovecout_auth_port="$dovecot_external_auth_port"
|
||||||
|
|
||||||
|
|
||||||
# - TURN Server (Stun Server) (for Nextcloud 'talk' app)
|
# - TURN Server (Stun Server) (for Nextcloud 'talk' app)
|
||||||
# -
|
# -
|
||||||
|
@ -321,7 +321,7 @@ dovecot_auth_service=false
|
|||||||
|
|
||||||
# - Port listen for dovecot auth requests
|
# - Port listen for dovecot auth requests
|
||||||
# -
|
# -
|
||||||
dovecot_auth_port=44444
|
dovecot_auth_port="$dovecot_external_auth_port"
|
||||||
|
|
||||||
# - Client Network(s) allowed to connect to dovecot's auth service
|
# - Client Network(s) allowed to connect to dovecot's auth service
|
||||||
# -
|
# -
|
||||||
@ -401,7 +401,7 @@ jitsi_udp_ports_out="$standard_http_ports,$standard_turn_service_ports,4443,4444
|
|||||||
# -
|
# -
|
||||||
jitsi_dovecot_auth=false
|
jitsi_dovecot_auth=false
|
||||||
jitsi_dovecot_host=""
|
jitsi_dovecot_host=""
|
||||||
jitsi_dovecot_port="444444"
|
jitsi_dovecot_port="$default_jitsi_dovecout_auth_port"
|
||||||
|
|
||||||
|
|
||||||
# - TURN Server (Stun Server) (for Nextcloud 'talk' app)
|
# - TURN Server (Stun Server) (for Nextcloud 'talk' app)
|
||||||
|
@ -337,7 +337,7 @@ dovecot_auth_service=false
|
|||||||
|
|
||||||
# - Port listen for dovecot auth requests
|
# - Port listen for dovecot auth requests
|
||||||
# -
|
# -
|
||||||
dovecot_auth_port=44444
|
dovecot_auth_port="$dovecot_external_auth_port"
|
||||||
|
|
||||||
# - Client Network(s) allowed to connect to dovecot's auth service
|
# - Client Network(s) allowed to connect to dovecot's auth service
|
||||||
# -
|
# -
|
||||||
@ -420,7 +420,7 @@ jitsi_udp_ports_out="$standard_http_ports,$standard_turn_service_ports,4443,4444
|
|||||||
# -
|
# -
|
||||||
jitsi_dovecot_auth=false
|
jitsi_dovecot_auth=false
|
||||||
jitsi_dovecot_host=""
|
jitsi_dovecot_host=""
|
||||||
jitsi_dovecot_port="444444"
|
jitsi_dovecot_port="$default_jitsi_dovecout_auth_port"
|
||||||
|
|
||||||
|
|
||||||
# - TURN Server (Stun Server) (for Nextcloud 'talk' app)
|
# - TURN Server (Stun Server) (for Nextcloud 'talk' app)
|
||||||
|
Loading…
Reference in New Issue
Block a user