Add data/my.conf
This commit is contained in:
parent
bfd5bbf801
commit
175eaeeac0
43
data/my.conf
Normal file
43
data/my.conf
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
# Main listening port
|
||||||
|
realm=turn.example.com
|
||||||
|
server-name=turn.example.com
|
||||||
|
|
||||||
|
fingerprint
|
||||||
|
|
||||||
|
#listening-ip=0.0.0.0
|
||||||
|
#192.168.1.10 - local docker IP
|
||||||
|
#10.15.20.25 - external IP
|
||||||
|
external-ip=192.168.1.10/10.15.20.25
|
||||||
|
|
||||||
|
#listening-port=3478
|
||||||
|
|
||||||
|
# Further ports that are open for communication
|
||||||
|
min-port=49160
|
||||||
|
max-port=49200
|
||||||
|
use-auth-secret
|
||||||
|
|
||||||
|
#log-file=/var/log/turnserver.log
|
||||||
|
#verbose
|
||||||
|
|
||||||
|
static-auth-secret="strong_password"
|
||||||
|
#realm=turn.example.com
|
||||||
|
|
||||||
|
lt-cred-mech
|
||||||
|
user="turn:strong_password"
|
||||||
|
|
||||||
|
#total-quota=100
|
||||||
|
#stale-nonce=600
|
||||||
|
|
||||||
|
#no-multicast-peers
|
||||||
|
|
||||||
|
#no-tls
|
||||||
|
#no-udp
|
||||||
|
#no-tcp
|
||||||
|
#no-cli
|
||||||
|
#no-tlsv1
|
||||||
|
#no-tlsv1_1
|
||||||
|
#no-tlsv1_2
|
||||||
|
|
||||||
|
#cli-password=passs
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user