Update quadlets
This commit is contained in:
parent
5a44ca4cb9
commit
acda68b329
58 changed files with 1214 additions and 0 deletions
22
matrix/configs/turnserver.conf
Executable file
22
matrix/configs/turnserver.conf
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
listening-port=3478
|
||||
tls-listening-port=5349
|
||||
|
||||
realm=YOURDOMAIN.COM
|
||||
server-name=YOURDOMAIN.COM
|
||||
|
||||
cert=/etc/coturn/fullchain.pem
|
||||
pkey=/etc/coturn/privkey.pem
|
||||
|
||||
fingerprint
|
||||
use-auth-secret
|
||||
static-auth-secret={YOUR TURNSERVER SECRET}
|
||||
|
||||
total-quota=100
|
||||
stale-nonce=600
|
||||
|
||||
no-multicast-peers
|
||||
|
||||
listening-ip=0.0.0.0
|
||||
|
||||
min-port=49152
|
||||
max-port=49999
|
||||
Loading…
Add table
Add a link
Reference in a new issue