refactoring in between
This commit is contained in:
parent
fc62f9cbfe
commit
a138276c54
10 changed files with 80 additions and 29 deletions
18
ansible/roles/docker-compose/files/turn2/turnserver.conf
Normal file
18
ansible/roles/docker-compose/files/turn2/turnserver.conf
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
realm=turn-2.corp-serv.net
|
||||
no-tcp-relay
|
||||
listening-ip=0.0.0.0
|
||||
listening-port=3478
|
||||
min-port=49152
|
||||
max-port=65535
|
||||
|
||||
external-ip=
|
||||
|
||||
log-file=stdout
|
||||
verbose
|
||||
pidfile=/var/tmp/turnserver.pid
|
||||
use-auth-secret
|
||||
static-auth-secret=ihaaCac6Oow3ohzuvequ6esoo9eegheex
|
||||
|
||||
tls-listening-port=5349
|
||||
pkey=/ssl/certificate.keyplain
|
||||
cert=/ssl/chain.crt
|
||||
Loading…
Add table
Add a link
Reference in a new issue