mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
Update turnserver.conf
This commit is contained in:
parent
a1be2d4049
commit
0f1402fe46
1 changed files with 17 additions and 9 deletions
|
@ -1,25 +1,33 @@
|
||||||
lt-cred-mech
|
# TURN server name and realm
|
||||||
listening-port=__TURNSERVER_PORT__
|
|
||||||
user=__APP__:__TURNSERVER_PWD__
|
|
||||||
realm=__DOMAIN__
|
realm=__DOMAIN__
|
||||||
|
|
||||||
|
# Enable long-term credential mechanism
|
||||||
|
lt-cred-mech
|
||||||
|
|
||||||
|
# Specify the user for the TURN authentification
|
||||||
|
user=__APP__:__TURNSERVER_PWD__
|
||||||
|
|
||||||
|
# Main listening port
|
||||||
|
listening-port=__TURNSERVER_PORT__
|
||||||
|
|
||||||
|
# Further ports that are open for communication
|
||||||
min-port=49152
|
min-port=49152
|
||||||
max-port=65535
|
max-port=65535
|
||||||
|
|
||||||
|
# SSL certificates
|
||||||
cert=/etc/yunohost/certs/__DOMAIN__/crt.pem
|
cert=/etc/yunohost/certs/__DOMAIN__/crt.pem
|
||||||
pkey=/etc/yunohost/certs/__DOMAIN__/key.pem
|
pkey=/etc/yunohost/certs/__DOMAIN__/key.pem
|
||||||
dh-file=/etc/ssl/private/dh2048.pem
|
dh-file=/etc/ssl/private/dh2048.pem
|
||||||
|
|
||||||
|
# Log file path
|
||||||
|
log-file=/var/log/__APP__/turnserver.log
|
||||||
|
pidfile=/run/coturn-__APP__/turnserver.pid
|
||||||
|
simple-log
|
||||||
|
|
||||||
no-sslv2
|
no-sslv2
|
||||||
no-sslv3
|
no-sslv3
|
||||||
no-tlsv1
|
no-tlsv1
|
||||||
no-tlsv1_1
|
no-tlsv1_1
|
||||||
|
|
||||||
no-loopback-peers
|
no-loopback-peers
|
||||||
no-multicast-peers
|
no-multicast-peers
|
||||||
|
|
||||||
no-cli
|
no-cli
|
||||||
|
|
||||||
log-file=/var/log/__APP__/turnserver.log
|
|
||||||
pidfile=/run/coturn-__APP__/turnserver.pid
|
|
||||||
simple-log
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue