mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
29 lines
522 B
Text
29 lines
522 B
Text
|
|
# Coturn TURN Server - Docker Configuration
|
||
|
|
# Auto-generated by Dograh remote config renderer.
|
||
|
|
|
||
|
|
# Listener ports
|
||
|
|
listening-port=3478
|
||
|
|
tls-listening-port=5349
|
||
|
|
|
||
|
|
# Relay port range
|
||
|
|
min-port=49152
|
||
|
|
max-port=49200
|
||
|
|
|
||
|
|
# Network - external IP / host for NAT traversal
|
||
|
|
external-ip=__DOGRAH_TURN_EXTERNAL_IP__
|
||
|
|
|
||
|
|
# Realm
|
||
|
|
realm=dograh.com
|
||
|
|
|
||
|
|
# Authentication (TURN REST API with time-limited credentials)
|
||
|
|
use-auth-secret
|
||
|
|
static-auth-secret=__DOGRAH_TURN_SECRET__
|
||
|
|
|
||
|
|
# Security
|
||
|
|
fingerprint
|
||
|
|
no-cli
|
||
|
|
no-multicast-peers
|
||
|
|
|
||
|
|
# Logging
|
||
|
|
log-file=stdout
|