mirror of
https://github.com/tl-open-source/tl-rtc-file.git
synced 2025-09-26 19:41:16 +08:00
33 lines
591 B
Plaintext
33 lines
591 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
|
|
#后台运行
|
|
daemon
|
|
#会话指纹
|
|
fingerprint
|
|
#中等详细日志
|
|
verbose
|
|
#长期凭证
|
|
lt-cred-mech
|
|
#关闭tls
|
|
no-tls
|
|
#关闭dtls
|
|
no-dtls
|
|
|
|
#------------TURN USER CONFIG 固定帐号密码模式------------#
|
|
#用户账号密码
|
|
user=tlrtcfile:tlrtcfile
|
|
#来源(域名或ip:port)
|
|
realm=tlrtcfile.com |