mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
1af31cfdf0
- Add full relay support (turn) : - Open ports range (49152 - 49192) - Set external-ip (for nat) - Enable stun mode - Improve log management - Improve security
28 lines
531 B
Text
28 lines
531 B
Text
lt-cred-mech
|
|
use-auth-secret
|
|
static-auth-secret=__TURNPWD__
|
|
realm=__DOMAIN__
|
|
|
|
tls-listening-port=__TLS_PORT__
|
|
alt-tls-listening-port=__TLS_ALT_PORT__
|
|
min-port=49152
|
|
max-port=49192
|
|
cli-port=__CLI_PORT__
|
|
|
|
cert=/etc/yunohost/certs/__DOMAIN__/crt.pem
|
|
pkey=/etc/yunohost/certs/__DOMAIN__/key.pem
|
|
dh-file=/etc/matrix-__APP__/dh.pem
|
|
|
|
no-sslv2
|
|
no-sslv3
|
|
no-tlsv1
|
|
|
|
no-loopback-peers
|
|
no-multicast-peers
|
|
|
|
log-file=/var/log/matrix-__APP__/turnserver.log
|
|
pidfile=/var/run/coturn-__APP__/turnserver.pid
|
|
simple-log
|
|
|
|
external-ip=__IPV4__,__IPV6__
|
|
|