config comments
This commit is contained in:
parent
73b50e3156
commit
eff955eb23
2 changed files with 4 additions and 16 deletions
|
@ -1,14 +1,2 @@
|
|||
#!/bin/bash
|
||||
|
||||
#function main() {
|
||||
# file_env POSTGRES_DB
|
||||
# file_env POSTGRES_PASSWORD
|
||||
# file_env POSTGRES_USER
|
||||
#
|
||||
# create-pg-pass
|
||||
#
|
||||
# /usr/local/bin/backup.sh
|
||||
#}
|
||||
#
|
||||
#source /usr/local/lib/functions.sh
|
||||
#main
|
|
@ -18,13 +18,13 @@ cert=/etc/ssl/certs/stun.kuketz-meet_ecdsa.pem # same as jitsi?
|
|||
pkey=/etc/ssl/private/stun.kuketz-meet_ecdsa.key # same as jitsi?
|
||||
cipher-list="ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256"
|
||||
ec-curve-name=secp384r1
|
||||
# dh-file=/etc/ssl/certs/dhparam.pem #
|
||||
# dh-file=/etc/ssl/certs/dhparam.pem # should we use custom DH TLS key?
|
||||
no-stdout-log
|
||||
log-file=/var/log/coturn.log
|
||||
# simple-log # We want logs with pid and date
|
||||
# simple-log # We want logs with pid and date in the name
|
||||
no-multicast-peers
|
||||
cli-port=5766
|
||||
#cli-password=SOME_SALTED_PW # do we want that?
|
||||
# cli-port=5766 # do we want cli access?
|
||||
#cli-password=SOME_SALTED_PW # do we want a cli password?
|
||||
no-tlsv1
|
||||
no-tlsv1_1
|
||||
|
||||
|
|
Loading…
Reference in a new issue