Files
tl-rtc-file/docker/coturn/turnserver-with-fixed-user.conf
2023-08-11 14:11:26 +08:00

33 lines
663 B
Plaintext

#------------TURN BASE CONFIG 基础配置------------#
#监听网卡
# listening-device=eth0
#监听ip(内网ip)
# listening-ip=
#监听端口(端口)
listening-port=3478
#公网ip
# external-ip=
#端口最小值
min-port=49152
#端口最大值
min-port=55000
#cli密码
cli-password=qwerty
#后台运行-默认关闭 docker运行时需关闭, 自行部署时,可以开启
# daemon
#会话指纹
fingerprint
#中等详细日志
verbose
#长期凭证
lt-cred-mech
#关闭tls
no-tls
#关闭dtls
no-dtls
#------------TURN USER CONFIG 固定帐号密码模式------------#
#用户账号密码
user=tlrtcfile:tlrtcfile
#来源(域名或ip:port)
realm=tlrtcfile.com